INeuralNetwork.GetRowWidthEx

Syntax

GetRowWidthEx(layerIndex: Integer): Integer;

Parameters

layerIndex. Layer index.

Description

The GetRowWidthEx method returns the number of lines in the specified layer of a Kohonen self-organizing map.

Comments

Indexation of the layers is continuous and starts with zero. The GetRowWidthEx method is similar to the INeuralNetwork.GetRowWidth method.

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

See also:

INeuralNetwork