SetLearnRadius(newLearnRadius: Integer);
newLearnRadius. Learning step.
The SetLearnRadius method sets network learning step.
The method is applied only for Kohonen self-organizing maps.
The value of the learning step can change from zero to the number of neurons in the network.
A learning step is a 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.
The method use is given in the example for INeuralNetwork.LearnSOFM.
See also: