Click or drag to resize
Accord.NET (logo)

PolynomialLeastSquares Properties

The PolynomialLeastSquares type exposes the following members.

Properties
  NameDescription
Public propertyDegree
Gets or sets the polynomial degree to use in the polynomial regression.
Public propertyIsRobust
Gets or sets whether to always use a robust Least-Squares estimate using the SingularValueDecomposition. Default is false.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Top
See Also