Click or drag to resize
Accord.NET (logo)

BaseLeastSquaresMethodFunction Property

Gets or sets a parameterized model function mapping input vectors into output values, whose optimum parameters must be found.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public LeastSquaresFunction Function { get; set; }
Request Example View Source

Property Value

Type: LeastSquaresFunction
The function to be optimized.
See Also