[mlpack-svn] r16310 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Feb 19 17:17:10 EST 2014


Author: rcurtin
Date: Wed Feb 19 17:17:10 2014
New Revision: 16310

Log:
Update the line about dual-tree algorithms being faster.  'cause they are.


Modified:
   mlpack/trunk/HISTORY.txt

Modified: mlpack/trunk/HISTORY.txt
==============================================================================
--- mlpack/trunk/HISTORY.txt	(original)
+++ mlpack/trunk/HISTORY.txt	Wed Feb 19 17:17:10 2014
@@ -10,7 +10,8 @@
 
   * Fixed implementation of Viterbi algorithm in HMM::Predict() (#316).
 
-  * Significant speedups for dual-tree algorithms using the cover tree (#243).
+  * Significant speedups for dual-tree algorithms using the cover tree (#243,
+    #329) including a faster implementation of FastMKS.
 
   * Fix for LRSDP optimizer so that it compiles and can be used (#325).
 



More information about the mlpack-svn mailing list