Click or drag to resize

PLS2NipalsAlgorithmCalculate Method

Calculates the PLS2 for the given predictor and response matrices and the given number of components.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override void Calculate(
	DoubleMatrix X,
	DoubleMatrix Y,
	int numComponents
)

Parameters

X  DoubleMatrix
n case by p variables predictor matrix.
Y  DoubleMatrix
n case by m variables response matrix.
numComponents  Int32
Number of components (or eigenvectors to use. Must be less than p - the number of predictory variables.
See Also