Fixed javadoc.

This commit is contained in:
Luc Maisonobe 2015-09-04 18:30:14 +02:00
parent 537a22428e
commit 5fccd09a81
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*