Click or drag to resize
Accord.NET (logo)

NonNegativeLeastSquares Properties

The NonNegativeLeastSquares type exposes the following members.

Properties
  NameDescription
Public propertyCoefficients
Gets the coefficient vector being fitted.
Public propertyMaxIterations
Gets or sets the maximum number of iterations to be performed.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Public propertyTolerance
Gets or sets the tolerance for detecting convergence. Default is 0.001.
Top
See Also