| IPLS1CalcPredict(DoubleVector) Method |
Use the calculated model to predict the response value, y, from the given
value of the predictor variable.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public abstract double Predict(
DoubleVector z
)
Public MustOverride Function Predict (
z As DoubleVector
) As Double
public:
virtual double Predict(
DoubleVector^ z
) abstract
abstract Predict :
z : DoubleVector -> float
Parameters
- z DoubleVector
- Predictor variable value.
Return Value
DoublePredicted response value.
See Also