[mlpack-svn] r17222 - mlpack/trunk/src/mlpack/methods/kmeans

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Oct 9 14:57:02 EDT 2014


Author: rcurtin
Date: Thu Oct  9 14:57:02 2014
New Revision: 17222

Log:
Remove comment about overclustering.


Modified:
   mlpack/trunk/src/mlpack/methods/kmeans/kmeans.hpp

Modified: mlpack/trunk/src/mlpack/methods/kmeans/kmeans.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/kmeans/kmeans.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/kmeans/kmeans.hpp	Thu Oct  9 14:57:02 2014
@@ -67,9 +67,7 @@
  public:
   /**
    * Create a K-Means object and (optionally) set the parameters which K-Means
-   * will be run with.  This implementation allows a few strategies to improve
-   * the performance of K-Means, including "overclustering" and disallowing
-   * empty clusters.
+   * will be run with.
    *
    * @param maxIterations Maximum number of iterations allowed before giving up
    *     (0 is valid, but the algorithm may never terminate).



More information about the mlpack-svn mailing list