[mlpack-git] [mlpack/mlpack] Implementation of Multiprobe LSH (#691)

Yannis Mentekidis notifications at github.com
Wed Jun 22 10:12:23 EDT 2016


> @@ -143,7 +159,8 @@ class LSHSearch
>                const size_t k,
>                arma::Mat<size_t>& resultingNeighbors,
>                arma::mat& distances,
> -              const size_t numTablesToSearch = 0);
> +              const size_t numTablesToSearch = 0,
> +              size_t T = 0);

You're right, I forgot to add that, I was only documenting T in ReturnIndicesFromTables.

---
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/691/files/fa7f62da6a4cfe7fa45e297d7a4a1491c9c39bb1#r68059875
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160622/dc4d3dbf/attachment.html>


More information about the mlpack-git mailing list