mirror of
https://github.com/apache/commons-math.git
synced 2025-03-07 00:49:14 +00:00
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;
|
hitHistogram[r][c] = hitCount / (double) numSamples;
|
||||||
quantizationError[r][c] /= hitCount;
|
quantizationError[r][c] /= hitCount;
|
||||||
topographicError[r][c] /= hitCount;
|
topographicError[r][c] /= hitCount;
|
||||||
uMatrix[r][c] = uDistance / neighbourCount;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uMatrix[r][c] = uDistance / neighbourCount;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user