PolynomialRegressionModel.Degree Property

Gets the degree of the regression polynomial.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int Degree { get; }

Property Value

Int32
The degree of the regression polynomial.

See Also