|
ForwardBackwardGradientTGradient Method (Double)
|
Computes the gradient using the input/outputs stored in this object.
This method is not thread safe.
Namespace:
Accord.Statistics.Models.Fields.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic double[] Gradient(
double[] parameters
)
Public Function Gradient (
parameters As Double()
) As Double()
Request Example
View SourceParameters
- parameters
- Type: SystemDouble
The parameter vector lambda to use in the model.
Return Value
Type:
DoubleThe value of the gradient vector for the given parameters.
See Also