Update history for LSH changes.
This commit is contained in:
+3
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user