Polynomial Regression Model.Predict Method
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Predict( | Predicts the value of the dependent variable based on the specified value of the independent variable. |
Predict( | Predicts the value of the output corresponding to the specified features. |
Predict( | Predicts the value of the output corresponding to the specified features. |
Predict( | Predicts the value of the output corresponding to the specified features. |
Predict(Double)
Predicts the value of the dependent variable based on the specified value of the independent
variable.
public double Predict(
double independentValue
)
Parameters
- independentValue Double
- The value for the independent variable.
Return Value
DoubleThe value of the dependent variable predicted by the regression.