Click or drag to resize
Accord.NET (logo)

ForwardBackwardGradientTGradient Method

Computes the gradient using the input/outputs stored in this object. This method is thread-safe.

Namespace:  Accord.Statistics.Models.Fields.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[] Gradient()
Request Example View Source

Return Value

Type: Double
The value of the gradient vector for the given parameters.

Implements

IHiddenRandomFieldGradientGradient
See Also