The final value of the error function.

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

Syntax

C#
public virtual double ErrorValue { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ErrorValue As Double
Visual C++
public:
virtual property double ErrorValue {
	double get ();
}

Field Value

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

Implements

ITrainer..::.ErrorValue

Remarks

Before training, NaN is returned.

See Also