Click or drag to resize
Accord.NET (logo)

IHiddenRandomFieldGradientGradient Method

Computes the gradient using the input/outputs stored in this object.

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

Return Value

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