The value of the error function minimized by the trainer.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
double ErrorValue { get; }
Visual Basic (Declaration)
ReadOnly Property ErrorValue As Double
Visual C++
property double ErrorValue {
	double get ();
}

Field Value

A double indicating the final value of the error function from the last training.

Remarks

Before training, NaN is returned.

See Also