Click or drag to resize
Accord.NET (logo)

BaseLeastSquaresMethodGradient Property

Gets or sets a function that computes the gradient vector in respect to the function parameters, given a set of input and output values.

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

Property Value

Type: LeastSquaresGradientFunction
The gradient function.
See Also