Click or drag to resize
EpochTrainerErrorStatus Property
The training error status.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int ErrorStatus { get; }

Property Value

Type: Int32
An int containing the error status from stage II.

Implements

ITrainerErrorStatus
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