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

Ryan Curtin notifications at github.com
Wed Jun 1 09:49:22 EDT 2016


> @@ -159,8 +163,6 @@ class LSHSearch
>  
>    //! Get the number of projections.
>    size_t NumProjections() const { return projections.size(); }

`cube::size()` actually returns `n_elem`, not `n_slices`, so we should change this to `return projections.n_slices;`.

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


More information about the mlpack-git mailing list