Click or drag to resize
Accord.NET (logo)

PolynomialRegression Properties

The PolynomialRegression type exposes the following members.

Properties
  NameDescription
Public propertyCoefficients Obsolete.
Gets the coefficients of the polynomial regression, with the first being the higher-order term and the last the intercept term.
Public propertyDegree
Gets the degree of the polynomial used by the regression.
Public propertyIntercept
Gets or sets the intercept value for the regression.
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyWeights
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.
Top
See Also