Click or drag to resize
LeastSquaresTrainerGradientTolerance Property
The gradient tolerance.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double GradientTolerance { get; set; }

Property Value

Type: Double
A double specifying the gradient tolerance.
Remarks
By default, GradientTolerance = 2.0e-5.
See Also