Overload List

  NameDescription
PLS1()()()
Constructs a PLS1 instance. The default calculator.
PLS1(IPLS1Calc)
Constructs a PLS1 instance that used the given calculator.
PLS1(DoubleMatrix, DoubleVector, Int32)
Constructs a PLS1 instance with the default PLS1 calculator and performs a PLS1 calculation on the given data.
PLS1(IPLS1Calc, DoubleMatrix, DoubleVector, Int32)
Constructs a PLS1 instance with the given PLS1 calculator and performs a PLS1 calculation on the given data.

See Also