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

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


> @@ -159,8 +163,6 @@ class LSHSearch
>  
>    //! Get the number of projections.
>    size_t NumProjections() const { return projections.size(); }
> -  //! Get the projection matrix of the given table.
> -  const arma::mat& Projection(const size_t i) const { return projections[i]; }

We should mention the removal of this function in HISTORY.txt, and mention that users should now use `Projections().slice(i)` instead.

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


More information about the mlpack-git mailing list