GetMaximumWeightDelta: Integer;
The GetMaximumWeightDelta method returns the maximum delta value of the weight of all the synapses.
The method is used only for back-propagation networks.
delta is a value of an error that is used to change the weight of the synapse.
The method use is given in the example for INeuralNetwork.LearnBack.
See also: