Condition does not apply.

This commit is contained in:
Gilles Sadowski 2020-06-28 11:13:24 +02:00
parent ed4817c730
commit 824d92fac6
1 changed files with 2 additions and 1 deletions

View File

@ -756,8 +756,9 @@ public class NeuronSquareMesh2D
hitHistogram[r][c] = hitCount / (double) numSamples;
quantizationError[r][c] /= hitCount;
topographicError[r][c] /= hitCount;
uMatrix[r][c] = uDistance / neighbourCount;
}
uMatrix[r][c] = uDistance / neighbourCount;
}
}