INeuralNetwork.GetNumberOfLayers

Syntax

GetNumberOfLayers: Integer;

Description

The GetNumberOfLayers method returns the number of neural network layers.

Comments

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:

INeuralNetwork