Click or drag to resize

PLS1NipalsAlgorithmPredict(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 override 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