GetRowWidthEx(layerIndex: Integer): Integer;
GetRowWidthEx(layerIndex: integer): integer;
layerIndex. Layer index.
The GetRowWidthEx method returns the number of lines in the specified layer of a Kohonen self-organizing map.
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: