[mlpack-svn] r17495 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Dec 11 08:56:40 EST 2014


Author: rcurtin
Date: Thu Dec 11 08:56:39 2014
New Revision: 17495

Log:
Update notes; more has since been added to the k-means code.


Modified:
   mlpack/trunk/HISTORY.txt

Modified: mlpack/trunk/HISTORY.txt
==============================================================================
--- mlpack/trunk/HISTORY.txt	(original)
+++ mlpack/trunk/HISTORY.txt	Thu Dec 11 08:56:39 2014
@@ -7,7 +7,9 @@
 
   * Refactored KMeans to allow different types of Lloyd iterations.
 
-  * Added an implementation of Elkan's k-means algorithm.
+  * Added implementations of k-means: Elkan's algorithm, Hamerly's algorithm,
+    Pelleg-Moore's algorithm, and the DTNN (dual-tree nearest neighbor)
+    algorithm.
 
 2014-12-11    mlpack 1.0.11
 



More information about the mlpack-svn mailing list