Click or drag to resize
LeastSquaresTrainerStepTolerance Property
The step tolerance used to step between Weights.

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

Property Value

Type: Double
A double which specifies the scaled step tolerance to use when changing the weights.
Remarks
By default, StepTolerance = 1.0e-5.
See Also