[mlpack-git] master: Remove comment about overclustering. (09eef7f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:00:44 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 09eef7f0d57b27e00c473d1fc99e79d90b75c683
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Oct 9 18:57:02 2014 +0000

    Remove comment about overclustering.


>---------------------------------------------------------------

09eef7f0d57b27e00c473d1fc99e79d90b75c683
 src/mlpack/methods/kmeans/kmeans.hpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/mlpack/methods/kmeans/kmeans.hpp b/src/mlpack/methods/kmeans/kmeans.hpp
index 866f13d..fd69ed8 100644
--- a/src/mlpack/methods/kmeans/kmeans.hpp
+++ b/src/mlpack/methods/kmeans/kmeans.hpp
@@ -67,9 +67,7 @@ class KMeans
  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-git mailing list