Click or drag to resize

PLS1(DoubleMatrix, DoubleVector, Int32) Constructor

Constructs a PLS1 instance with the default PLS1 calculator and performs a PLS1 calculation on the given data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PLS1(
	DoubleMatrix X,
	DoubleVector y,
	int numComponents
)

Parameters

X  DoubleMatrix
n samples by p variables predictor matrix.
y  DoubleVector
Response vector.
numComponents  Int32
The number of components of X to use in the PLS calculation.
See Also