Click or drag to resize
LeastSquaresTrainerRelativeTolerance Property
The relative tolerance.

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

Property Value

Type: Double
A double which specifies the elative error tolerance.
Remarks
It must be in the interval [0,1]. Its default value is 1.0e-20.
See Also