Click or drag to resize

SparsePlsPredict(DoubleMatrix) Method

Uses the calculated model to predict the observed values from a matrix of predictor values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override DoubleMatrix Predict(
	DoubleMatrix X
)

Parameters

X  DoubleMatrix
Matrix of predictor values.

Return Value

DoubleMatrix
Matrix of predicted values.
See Also