Condition does not apply.
This commit is contained in:
parent
ed4817c730
commit
824d92fac6
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue