Repository: commons-math
Updated Branches:
  refs/heads/MATH_3_X 537a22428 -> 5fccd09a8


Fixed javadoc.

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

Branch: refs/heads/MATH_3_X
Commit: 5fccd09a8122b89db1b4a693192aebd7f89c0a74
Parents: 537a224
Author: Luc Maisonobe <l...@apache.org>
Authored: Fri Sep 4 18:30:14 2015 +0200
Committer: Luc Maisonobe <l...@apache.org>
Committed: Fri Sep 4 18:30:14 2015 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math3/ml/neuralnet/MapUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/5fccd09a/src/main/java/org/apache/commons/math3/ml/neuralnet/MapUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math3/ml/neuralnet/MapUtils.java 
b/src/main/java/org/apache/commons/math3/ml/neuralnet/MapUtils.java
index e7cf598..f5ecf02 100644
--- a/src/main/java/org/apache/commons/math3/ml/neuralnet/MapUtils.java
+++ b/src/main/java/org/apache/commons/math3/ml/neuralnet/MapUtils.java
@@ -116,7 +116,7 @@ public class MapUtils {
      * @param distance Distance function.
      * @return the neurons, sorted in increasing order of distance in data
      * space.
-     * @throws org.apache.commons.math4.exception.DimensionMismatchException
+     * @throws org.apache.commons.math3.exception.DimensionMismatchException
      * if the size of the input is not compatible with the neurons features
      * size.
      *

Reply via email to