Repository: commons-math Updated Branches: refs/heads/master f36090e31 -> 6fe2094e3
"@Override" tag Inadvertently removed in back/forward porting gymnastics. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/6fe2094e Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/6fe2094e Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/6fe2094e Branch: refs/heads/master Commit: 6fe2094e30107512e470571bceac91cbedbd21d0 Parents: f36090e Author: Gilles <[email protected]> Authored: Sat Sep 19 14:57:49 2015 +0200 Committer: Gilles <[email protected]> Committed: Sat Sep 19 14:57:49 2015 +0200 ---------------------------------------------------------------------- .../commons/math4/ml/neuralnet/twod/util/UnifiedDistanceMatrix.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/6fe2094e/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/util/UnifiedDistanceMatrix.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/util/UnifiedDistanceMatrix.java b/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/util/UnifiedDistanceMatrix.java index 1445f55..7e6af35 100644 --- a/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/util/UnifiedDistanceMatrix.java +++ b/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/util/UnifiedDistanceMatrix.java @@ -60,6 +60,7 @@ public class UnifiedDistanceMatrix implements MapVisualization { } /** {@inheritDoc} */ + @Override public double[][] computeImage(NeuronSquareMesh2D map) { if (individualDistances) { return individualDistances(map);
