Click or drag to resize

PLS2SimplsAlgorithm Constructor

Overload List
 NameDescription
Public methodPLS2SimplsAlgorithm 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.
Public methodPLS2SimplsAlgorithm(Int32, Double) Constructs an instance of the PLS2SimplsAlgorithm class with the specified values for the maximum number of iterations and tolerance to be used in the power method algorithm used for computing dominant eigenvectors.
Top
See Also