Click or drag to resize

PLS1NipalsAlgorithmPredict(DoubleVector) Method

Use the calculated model to predict the response value, y, from the given value for the predictor variable.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double Predict(
	DoubleVector z
)

Parameters

z  DoubleVector
Predictor variable.

Return Value

Double
Predicted response.
See Also