Javadoc. Drop extaneous params..

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1054333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-01-02 00:34:58 +00:00
parent f554371027
commit 5f455507ee

View File

@ -200,7 +200,6 @@ public class KMeansPlusPlusClusterer<T extends Clusterable<T>> {
/**
* Get a random point from the {@link Cluster} with the largest distance variance.
*
* @param <T> type of the points to cluster
* @param clusters the {@link Cluster}s to search
* @return a random point from the selected cluster
*/
@ -242,7 +241,6 @@ public class KMeansPlusPlusClusterer<T extends Clusterable<T>> {
/**
* Get a random point from the {@link Cluster} with the largest number of points
*
* @param <T> type of the points to cluster
* @param clusters the {@link Cluster}s to search
* @return a random point from the selected cluster
*/
@ -277,7 +275,6 @@ public class KMeansPlusPlusClusterer<T extends Clusterable<T>> {
/**
* Get the point farthest to its cluster center
*
* @param <T> type of the points to cluster
* @param clusters the {@link Cluster}s to search
* @return point farthest to its cluster center
*/