Constructs an PLS2SimplsAlgorithm instance. The maximum number of iterations and convergence tolerance used in the power method to compute the dominant eigenvector at each iteration of the SIMPLS algorithm are set to their default values.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public PLS2SimplsAlgorithm()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
PLS2SimplsAlgorithm()

See Also