Click or drag to resize

PLS2NipalsAlgorithmPredict(DoubleMatrix) Method

Predicts the responses for a set 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, one in each row.

Return Value

DoubleMatrix
Matrix of predicted response values, one in each row.
See Also