Click or drag to resize

SparsePlsCalculate Method

Calculates the sparse PLS fit for the given data and number of components. X and Y values are first centered and scaled by their standard deviations.

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
Matrix of predictor values.
Y  DoubleMatrix
Matrix of observerd values.
numComponents  Int32
Number of components.
See Also