[mlpack-git] master: Update history for LSH changes. (60a0798)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Nov 30 17:24:05 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/10b9d45b806a3e879b0564d78ccb183ebc7051ba...31c557d9cc7e4da57fd8a246085c19e076d12271

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

commit 60a0798840dfd3330f39510609baaccbef210469
Author: Ryan Curtin <ryan at ratml.org>
Date:   Sat Nov 21 01:16:22 2015 +0000

    Update history for LSH changes.


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

60a0798840dfd3330f39510609baaccbef210469
 HISTORY.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/HISTORY.md b/HISTORY.md
index 677ff60..3e93518 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -21,7 +21,7 @@
 
   * Add softmax regression, contributed by Siddharth Agrawal and QiaoAn Chen.
 
-  * Changed NeighborSearch, RangeSearch, FastMKS, and RASearch API; these
+  * Changed NeighborSearch, RangeSearch, FastMKS, LSH, and RASearch API; these
     classes now take the query sets in the Search() method, instead of in the
     constructor.
 
@@ -36,6 +36,8 @@
   * Refactor SoftmaxRegression to predict into an arma::Row<size_t> object, and
     add a softmax_regression program.
 
+  * Refactor LSH to allow loading and saving of models.
+
 ### mlpack 1.0.11
 ###### 2014-12-11
   * Proper handling of dimension calculation in PCA.



More information about the mlpack-git mailing list