Click or drag to resize
ITrainerErrorStatus Property
The error status.

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

Property Value

Type: Int32
An int specifying the error. If there was no error, zero is returned.
Remarks
A non-zero return indicates a potential problem with the trainer.
See Also