Click or drag to resize

PLS2(IPLS2Calc, DoubleMatrix, DoubleMatrix, Int32) Constructor

Constructs a PLS2 instance with the given calculator and performs a PLS2 calculation on the given data. ///

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PLS2(
	IPLS2Calc calculator,
	DoubleMatrix X,
	DoubleMatrix Y,
	int numComponents
)

Parameters

calculator  IPLS2Calc
A calculator.
X  DoubleMatrix
n samples by p variables predictor matrix.
Y  DoubleMatrix
n samples by m variables response matrix.
numComponents  Int32
The number of components of PredictorMatrix.
See Also