Click or drag to resize
Accord.NET (logo)

OrdinaryLeastSquares Properties

The OrdinaryLeastSquares type exposes the following members.

Properties
  NameDescription
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.
Public propertyUseIntercept
Gets or sets whether to include an intercept term in the learned models. Default is true.
Top
See Also