Click or drag to resize

IPLS1CalcPredict(DoubleMatrix) Method

Use the calculated model to predict the response values, ResponseVector , from the given set of predictor variables.

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

Parameters

Z  DoubleMatrix
Matrix of predictor variable values, one per row.

Return Value

DoubleVector
Predicted response variable values. The ith element is the predicted response for predictor variable in the ith row of Z.
See Also