You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2011/01/02 01:34:59 UTC

svn commit: r1054333 - in /commons/proper/math: branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java trunk/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java

Author: psteitz
Date: Sun Jan  2 00:34:58 2011
New Revision: 1054333

URL: http://svn.apache.org/viewvc?rev=1054333&view=rev
Log:
Javadoc. Drop extaneous params..

Modified:
    commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java

Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java?rev=1054333&r1=1054332&r2=1054333&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java (original)
+++ commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java Sun Jan  2 00:34:58 2011
@@ -200,7 +200,6 @@ public class KMeansPlusPlusClusterer<T e
     /**
      * 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 e
     /**
      * 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 e
     /**
      * 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
      */

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java?rev=1054333&r1=1054332&r2=1054333&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java Sun Jan  2 00:34:58 2011
@@ -200,7 +200,6 @@ public class KMeansPlusPlusClusterer<T e
     /**
      * 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 e
     /**
      * 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 e
     /**
      * 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
      */