Click or drag to resize
Accord.NET (logo)

NonlinearRegressionGradient Property

Gets or sets a function that computes the gradient of the Function in respect to the Coefficients.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public RegressionGradientFunction Gradient { get; set; }
Request Example View Source

Property Value

Type: RegressionGradientFunction
See Also