Encog.Neural.SOM.Training.Neighborhood.BasicTrainSOM.ApplyCorrection C# (CSharp) Method

ApplyCorrection() private method

Loop over the synapses to be trained and apply any corrections that were determined by this training iteration.
private ApplyCorrection ( ) : void
return void
        private void ApplyCorrection()
        {
            _network.Weights.Set(_correctionMatrix);
        }