The step tolerance used to step between Weights.
Namespace:
Imsl.DataMining.Neural
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double StepTolerance { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property StepTolerance As Double |
Visual C++ |
---|
public: virtual property double StepTolerance { double get (); void set (double value); } |
Field Value
A double which specifies the scaled step tolerance to use when changing the weights.
Remarks
By default, StepTolerance = 1.0e-5.