You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2015/09/14 02:24:40 UTC

[5/6] [math] Unused variable.

Unused variable.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/8b25e786
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/8b25e786
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/8b25e786

Branch: refs/heads/master
Commit: 8b25e786e9447c54efbca6caa09400b0a8a76116
Parents: ce13144
Author: Gilles <er...@apache.org>
Authored: Mon Sep 14 02:20:40 2015 +0200
Committer: Gilles <er...@apache.org>
Committed: Mon Sep 14 02:20:40 2015 +0200

----------------------------------------------------------------------
 .../apache/commons/math4/ml/neuralnet/twod/util/HitHistogram.java  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b25e786/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/util/HitHistogram.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/util/HitHistogram.java b/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/util/HitHistogram.java
index 536acfc..e913faf 100644
--- a/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/util/HitHistogram.java
+++ b/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/util/HitHistogram.java
@@ -19,7 +19,6 @@ package org.apache.commons.math4.ml.neuralnet.twod.util;
 
 import org.apache.commons.math4.ml.neuralnet.MapUtils;
 import org.apache.commons.math4.ml.neuralnet.Neuron;
-import org.apache.commons.math4.ml.neuralnet.Network;
 import org.apache.commons.math4.ml.neuralnet.twod.NeuronSquareMesh2D;
 import org.apache.commons.math4.ml.distance.DistanceMeasure;
 
@@ -53,7 +52,6 @@ public class HitHistogram implements MapDataVisualization {
         final int nR = map.getNumberOfRows();
         final int nC = map.getNumberOfColumns();
 
-        final Network net = map.getNetwork();
         final LocationFinder finder = new LocationFinder(map);
 
         // Totla number of samples.