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

Ryan Curtin notifications at github.com
Wed Jun 1 09:50:07 EDT 2016


> @@ -174,6 +176,24 @@ class LSHSearch
>    //! Get the second hash table.
>    const arma::Mat<size_t>& SecondHashTable() const { return secondHashTable; }
>  
> +  //! Get the projection tables.
> +  const arma::cube Projections() { return projections; }

Don't forget the & :)

---
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/7ebf1daa6de66aa5c047b27ff61866c52fa295d6#r65363062
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160601/302cc69d/attachment.html>


More information about the mlpack-git mailing list