[mlpack-git] [mlpack/mlpack] Spill trees (#747)

Ryan Curtin notifications at github.com
Wed Aug 17 14:35:46 EDT 2016


> @@ -78,6 +82,9 @@ PARAM_FLAG("single_mode", "If true, single-tree search is used (as opposed to "
>      "dual-tree search).", "S");
>  PARAM_DOUBLE_IN("epsilon", "If specified, will do approximate nearest neighbor "
>      "search with given relative error.", "e", 0);
> +PARAM_STRING_IN("effective_error", "If specified, will compare the results "
> +    "against the provided distances file, and will print the average relative "
> +    "error.", "E", "");

Great, sounds good to me.  I guess something worth doing might be printing a warning if the user specifies either `-T` or `-D` but is doing a search that gives exact results.  If you like, I can write the code to do that, since you have already made very many changes. :)

-- 
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/747/files/fe090ee13c7cad79e2b7eb8b6690628ba3ead1ed#r75180825
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160817/c9148171/attachment.html>


More information about the mlpack-git mailing list