Click or drag to resize

IPLS2CalcPredict(DoubleMatrix) Method

Use the calculated model to predict the response value for each of of the given predictor values.

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

Parameters

X  DoubleMatrix
Matrix of predictor values. Each row contains a value for the predictor variable.

Return Value

DoubleMatrix
Matrix of predicted response values. Each row of the returned matrix contains the predicted value for the corresponding row of the input response variable matrix PredictorMatrix
See Also