Click or drag to resize

PLS2(DoubleMatrix, DoubleMatrix, Int32) Constructor

Constructs a PLS2 instance with the default 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(
	DoubleMatrix X,
	DoubleMatrix Y,
	int numComponents
)

Parameters

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