GetLearnRadius(layerIndex: Integer): Integer;
layerIndex. Layer index.
The GetLearnRadius method returns value of the learning step for the specified layer.
The method is applied only for Kohonen self-organizing maps.
A learning step is the number of neurons around the "winner" that will be shifted and learned. Usually, the learning step tends to zero value towards the end of learning.
Indexation of the layers is continuous and starts with zero.
The method use is given in the example for INeuralNetwork.SetLearnRateEx.
See also: