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

Ryan Curtin notifications at github.com
Mon Jun 27 15:52:30 EDT 2016


> @@ -64,6 +64,8 @@ PARAM_INT("tables", "The number of hash tables to be used.", "L", 30);
>  PARAM_DOUBLE("hash_width", "The hash width for the first-level hashing in the "
>      "LSH preprocessing. By default, the LSH class automatically estimates a "
>      "hash width for its use.", "H", 0.0);
> +PARAM_INT("num_probes", "Number of additional probes for Multiprobe LSH"

We should probably add a semicolon after "LSH" and decapitalize the following "If" so it is one complete sentence. Or something like that.

---
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/71eda99e207a9b91581504e11a9e14d38838bc9f#r68643872
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160627/61485083/attachment-0001.html>


More information about the mlpack-git mailing list