INeuralNetwork.GetOutputWidth

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