INeuralNetwork.GetOutputWidth

Fore Syntax

GetOutputWidth: Integer;

Fore.NET Syntax

GetOutputWidth(): integer;

Description

The GetOutputWidth method returns the number of the lines in the output layer of Kohonen self-organizing map.

Comments

The GetOutputWidth method is a replica of the INeuralNetwork.GetRowWidth method.

See also:

INeuralNetwork