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

Ryan Curtin notifications at github.com
Mon May 30 17:43:24 EDT 2016


> @@ -68,6 +72,8 @@ PARAM_INT("second_hash_size", "The size of the second level hash table.", "S",
>  PARAM_INT("bucket_size", "The size of a bucket in the second level hash.", "B",
>      500);
>  PARAM_INT("seed", "Random seed.  If 0, 'std::time(NULL)' is used.", "s", 0);
> +PARAM_INT("numProbes", "Number of additional probes to use for Multiprobe LSH. "
> +    "If 0, classic LSH is used (optional).", "T", 0);
>  

--num_probes not --numProbes for consistency?

---
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/657/files/2eb6163c90e8e19566784cf960d38d82691221e1#r65107449
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160530/a66c5adb/attachment.html>


More information about the mlpack-git mailing list