| EpochTrainerErrorStatus Property |
The training error status.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual int ErrorStatus { get; }Public Overridable ReadOnly Property ErrorStatus As Integer
Get
public:
virtual property int ErrorStatus {
int get ();
}abstract ErrorStatus : int with get
override ErrorStatus : int with 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