Click or drag to resize
Accord.NET (logo)

PolynomialRegression Constructor (Int32)

Creates a new Polynomial Linear Regression.

Namespace:  Accord.Statistics.Models.Regression.Linear
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public PolynomialRegression(
	int degree
)
Request Example View Source

Parameters

degree
Type: SystemInt32
The degree of the polynomial used by the model.
See Also