diff --git a/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java b/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java index 56790b1c4..b73ac9d3e 100644 --- a/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java +++ b/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java @@ -200,7 +200,6 @@ public class KMeansPlusPlusClusterer> { /** * Get a random point from the {@link Cluster} with the largest distance variance. * - * @param 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> { /** * Get a random point from the {@link Cluster} with the largest number of points * - * @param 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> { /** * Get the point farthest to its cluster center * - * @param type of the points to cluster * @param clusters the {@link Cluster}s to search * @return point farthest to its cluster center */