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