GetNumberOfLayers: Integer;
The GetNumberOfLayers method returns the number of neural network layers.
Usually, networks with error back propagation consist of two layers while Kohonen self-organization network consists of only one.
The method use is given in the example for INeuralNetwork.InitSynapses.
See also: