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

Ryan Curtin notifications at github.com
Tue May 31 16:52:34 EDT 2016


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

We should call this `Projections()`, not `getProjectionTables()`, like the rest of the accessors in mlpack: https://github.com/mlpack/mlpack/wiki/DesignGuidelines#naming-conventions

---
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#r65260470
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160531/1b281b03/attachment-0001.html>


More information about the mlpack-git mailing list