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