[mlpack-svn] r16858 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Jul 25 12:02:30 EDT 2014


Author: rcurtin
Date: Fri Jul 25 12:02:30 2014
New Revision: 16858

Log:
Some notes on some things I've done.


Modified:
   mlpack/trunk/HISTORY.txt

Modified: mlpack/trunk/HISTORY.txt
==============================================================================
--- mlpack/trunk/HISTORY.txt	(original)
+++ mlpack/trunk/HISTORY.txt	Fri Jul 25 12:02:30 2014
@@ -34,6 +34,13 @@
   * HMMs now support initial state probabilities; these can be set in the
     constructor, trained, or set manually with HMM::Initial() (#315).
 
+  * Added Nyström method for kernel matrix approximation by Marcus Edel.
+
+  * Kernel PCA now supports using Nyström method for approximation.
+
+  * Ball trees now work with dual-tree algorithms, via the BallBound<> bound
+    structure (#320); fixed by Yash Vadalia.
+
 2014-01-06    mlpack 1.0.8
 
   * Memory leak in NeighborSearch index-mapping code fixed (#310).



More information about the mlpack-svn mailing list