Click or drag to resize
LeastSquaresTrainerFalseConvergenceTolerance Property
The false convergence tolerance.

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

Property Value

Type: Double
A double specifying the false convergence tolerance.
Remarks
by default, FalseConvergenceTolerance = 1.0e-14.
See Also