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

Yannis Mentekidis notifications at github.com
Tue May 31 16:52:39 EDT 2016


>     */
>    void Train(const arma::mat& referenceSet,
>               const size_t numProj,
>               const size_t numTables,
>               const double hashWidth = 0.0,
>               const size_t secondHashSize = 99901,
> -             const size_t bucketSize = 500);
> +             const size_t bucketSize = 500,
> +             const std::vector<arma::mat> &projection
> +             = std::vector<arma::mat>()

I don't see any reason not to, since the number of tables doesn't change for the duration of the object.

I think I can do that tomorrow if you are busy, shouldn't be much trouble :)

---
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/files/934fe082230f7d8b8f9c3e9c1fe2f9fc25ea493e#r65260483
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160531/798fe8a0/attachment.html>


More information about the mlpack-git mailing list