diff --git a/HISTORY.md b/HISTORY.md index 677ff60b7a..3e93518e1b 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 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.