| ITrainerErrorValue Property |
The value of the error function minimized by the trainer.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxdouble ErrorValue { get; }ReadOnly Property ErrorValue As Double
Get
property double ErrorValue {
double get ();
}abstract ErrorValue : float with get
Property Value
Type:
Double
A
double indicating the final value of the error function
from the last training.
Remarks
Before training, NaN is returned.
See Also