| LeastSquaresTrainerStepTolerance Property |
The step tolerance used to step between
Weights.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double StepTolerance { get; set; }Public Overridable Property StepTolerance As Double
Get
Set
public:
virtual property double StepTolerance {
double get ();
void set (double value);
}abstract StepTolerance : float with get, set
override StepTolerance : float with 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