SetNju(newNju: Double);
SetNju. Network learning speed. The value is in the range [0.0; 1.0].
The SetNju method sets learning speed of the back-propagation network.
Learning speed determines to what extent synapse weights will be changed in the process of learning. Usually, the given value does not exceed 0.5 at the beginning of learning and tends to zero by its end.
The method use is given in the example for INeuralNetwork.LearnBack.
See also: