Click or drag to resize

PLS2 Constructor

Overload List
 NameDescription
Public methodPLS2 Default constructor. Calculator is set to the default.
Public methodPLS2(IPLS2Calc) Constructs a PLS2 instance which uses the given calculator.
Public methodPLS2(DoubleMatrix, DoubleMatrix, Int32) Constructs a PLS2 instance with the default calculator and performs a PLS2 calculation on the given data.
Public methodPLS2(IPLS2Calc, DoubleMatrix, DoubleMatrix, Int32) Constructs a PLS2 instance with the given calculator and performs a PLS2 calculation on the given data. ///
Top
See Also