PolynomialRegression Properties |
The PolynomialRegression type exposes the following members.
Name | Description | |
---|---|---|
Coefficients | Obsolete.
Gets the coefficients of the polynomial regression,
with the first being the higher-order term and the last
the intercept term.
| |
Degree |
Gets the degree of the polynomial used by the regression.
| |
Intercept |
Gets or sets the intercept value for the regression.
| |
NumberOfInputs |
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
NumberOfOutputs |
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
Weights |
Gets or sets the linear weights of the regression model. The
intercept term is not stored in this vector, but is instead
available through the Intercept property.
|