[mlpack] 21/149: Remove comment about overclustering.

Barak A. Pearlmutter barak+git at pearlmutter.net
Sat May 2 09:11:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit 78a6f40aa309c8f627dd8ebf2177526e5504f2ff
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Thu Oct 9 18:57:02 2014 +0000

    Remove comment about overclustering.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17222 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 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).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list