Click or drag to resize
ITrainerErrorGradient Property
The value of the gradient of the error function with respect to the Weights.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double[] ErrorGradient { get; }

Property Value

Type: Double
A double array, the length of the number of weights, containing the value of the gradient of the error function with respect to the weights at the computed optimal point.
Remarks
Before training, null is returned.
See Also