[mlpack-git] master, mlpack-1.0.x: Some notes on some things I've done. (fe9c233)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:54:23 EST 2015


Repository : https://github.com/mlpack/mlpack

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit fe9c2339461f5e285f9425a83a9074a79f719cb8
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Jul 25 16:02:30 2014 +0000

    Some notes on some things I've done.


>---------------------------------------------------------------

fe9c2339461f5e285f9425a83a9074a79f719cb8
 HISTORY.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/HISTORY.txt b/HISTORY.txt
index 474a88e..8f48fe4 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -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-git mailing list