SetNjuEx(newNju: Double; layerIndex: Integer);
SetNju. Learning speed of a network layer. The value is in the range [0.0; 1.0].
layerIndex. Layer index.
The SetNjuEx method sets learning speed for the specified layer of the back-propagation network.
For details about learning speed see INeuralNetwork.SetNju.
Indexation of the network layers is continuous and starts with zero.
The method use is given in the example for INeuralNetwork.SetMjuEx.
See also: