GetError: Integer;
The GetError method returns code of the last error of the neural network.
Error codes:
Code | Description |
0 | No error. |
1 | Error of memory distribution. |
2 | Error due to malfunction of the signal propagation in the network. |
3 | Input data error. |
4 | Overflow error. |
5 | Parameters error. |
100 | Undefined error. |
The method use is given in the example for INeuralNetwork.LearnSOFM.
See also: