Click or drag to resize
ITrainerErrorValue Property
The value of the error function minimized by the trainer.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double ErrorValue { 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