The gradient tolerance.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double GradientTolerance { get; set; }
Visual Basic (Declaration)
Public Overridable Property GradientTolerance As Double
Visual C++
public:
virtual property double GradientTolerance {
	double get ();
	void set (double value);
}

Field Value

A double specifying the gradient tolerance.

Remarks

By default, GradientTolerance equals the cube root of machine precision.

See Also