mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 01:59:13 +00:00
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:
parent
f554371027
commit
5f455507ee
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user