INeuralNetwork.GetNumberOfLayers

Fore Syntax

GetNumberOfLayers: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

The method use is given in the example for INeuralNetwork.InitSynapses.

See also:

INeuralNetwork