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

Ryan Curtin notifications at github.com
Mon May 30 17:42:37 EDT 2016


> @@ -48,6 +48,10 @@ PARAM_STRING("reference_file", "File containing the reference dataset.", "r",
>      "");
>  PARAM_STRING("distances_file", "File to output distances into.", "d", "");
>  PARAM_STRING("neighbors_file", "File to output neighbors into.", "n", "");
> +PARAM_STRING("truth_file", "File of true neighbors for each query. "
> +    "If specified, will compute recall (\% of neighbors found). Run with -v "

I'd consider calling the option --true_neighbors_file instead. Since we provide short option names (like -t) it's reasonable to have long (but descriptive) long parameter names.

---
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#r65107431
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160530/19c32309/attachment.html>


More information about the mlpack-git mailing list