Click or drag to resize

PLS1 Constructor

Overload List
 NameDescription
Public methodPLS1 Constructs a PLS1 instance. The default calculator.
Public methodPLS1(IPLS1Calc) Constructs a PLS1 instance that used the given calculator.
Public methodPLS1(DoubleMatrix, DoubleVector, Int32) Constructs a PLS1 instance with the default PLS1 calculator and performs a PLS1 calculation on the given data.
Public methodPLS1(IPLS1Calc, DoubleMatrix, DoubleVector, Int32) Constructs a PLS1 instance with the given PLS1 calculator and performs a PLS1 calculation on the given data.
Top
See Also