Click or drag to resize
Accord.NET (logo)

ILeastSquaresMethod Properties

The ILeastSquaresMethod type exposes the following members.

Properties
  NameDescription
Public propertyFunction
Gets or sets a parameterized model function mapping input vectors into output values, whose optimum parameters must be found.
Public propertyGradient
Gets or sets a function that computes the gradient vector in respect to the function parameters, given a set of input and output values.
Public propertyNumberOfVariables
Gets the number of variables (free parameters) in the optimization problem.
Public propertySolution
Gets the solution found, the values of the parameters which optimizes the function, in a least squares sense.
Public propertyStandardErrors
Gets standard error for each parameter in the solution.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Public propertyValue
Gets the value at the solution found. This should be the minimum value found for the objective function.
Top
See Also