[mlpack-git] [mlpack/mlpack] Lsh table access (#663)

Yannis Mentekidis notifications at github.com
Tue May 31 16:21:17 EDT 2016


I modified Train() to accept an extra argument, a std::vector of projection tables (arma::mat). If the size of the vector and the tables it contains is correct, Train retrains the algorithm to use the specified projection tables.

The user can also call setProjectionTables() which simply calls Train().

The user can also see the projection tables by calling getProjectionTables()
You can view, comment on, or merge this pull request online at:

  https://github.com/mlpack/mlpack/pull/663

-- Commit Summary --

  * Adds code that gives controllable access to LSH projection tables
  * Adds code that gives controllable access to LSH projection tables
  * Adds code that gives controllable access to LSH projection tables

-- File Changes --

    M src/mlpack/methods/lsh/lsh_search.hpp (30)
    M src/mlpack/methods/lsh/lsh_search_impl.hpp (36)

-- Patch Links --

https://github.com/mlpack/mlpack/pull/663.patch
https://github.com/mlpack/mlpack/pull/663.diff

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/663
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160531/94f6a63d/attachment.html>


More information about the mlpack-git mailing list