The training error status.

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

Syntax

C#
public virtual int ErrorStatus { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ErrorStatus As Integer
Visual C++
public:
virtual property int ErrorStatus {
	int get ();
}

Field Value

An int containing the error status from stage II.

Implements

ITrainer..::.ErrorStatus

Remarks

If there is no stage II then the number of stage I epochs that returned a non-zero error status is returned.

See Also