INeuralNetwork.GetError

Syntax

GetError: Integer;

Description

The GetError method returns code of the last error of the neural network.

Comments

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:

INeuralNetwork