Overload List

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

See Also