[mlpack-git] master: Update notes; more has since been added to the k-means code. (a3859f0)
gitdub at big.cc.gt.atl.ga.us
gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:04:54 EST 2015
Repository : https://github.com/mlpack/mlpack
On branch : master
Link : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40
>---------------------------------------------------------------
commit a3859f0cb33b6addbb2a30daeab430d68b5c9130
Author: Ryan Curtin <ryan at ratml.org>
Date: Thu Dec 11 13:56:39 2014 +0000
Update notes; more has since been added to the k-means code.
>---------------------------------------------------------------
a3859f0cb33b6addbb2a30daeab430d68b5c9130
HISTORY.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/HISTORY.txt b/HISTORY.txt
index d9ca8ac..2c79513 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -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-git
mailing list