Javadoc. Drop extaneous params..

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1054333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-01-02 00:34:58 +00:00
parent 94b6e24880
commit c156bfd94b
1 changed files with 0 additions and 3 deletions

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
*/