[mlpack-git] [mlpack/mlpack] Random projection trees (#726)

Ryan Curtin notifications at github.com
Tue Aug 16 18:01:45 EDT 2016


> @@ -63,11 +63,12 @@ PARAM_INT_IN("k", "Number of nearest neighbors to find.", "k", 0);
>  
>  // The user may specify the type of tree to use, and a few parameters for tree
>  // building.
> -PARAM_STRING_IN("tree_type", "Type of tree to use: 'kd', 'vp', 'cover', 'r', "
> -    "'r-star', 'x', 'ball', 'hilbert-r', 'r-plus', 'r-plus-plus'.", "t", "kd");
> -PARAM_INT_IN("leaf_size", "Leaf size for tree building (used for kd-trees, vp "
> -    "trees, R trees, R* trees, X trees, Hilbert R trees, R+ trees and R++ "
> -    "trees).", "l", 20);
> +PARAM_STRING_IN("tree_type", "Type of tree to use: 'kd', 'vp', 'rp-tree', "
> +    "'max-split-rp-tree', 'cover', 'r', 'r-star', 'x', 'ball', 'hilbert-r', "
> +    "'r-plus', 'r-plus-plus'.", "t", "kd");

We should call it `rp` and `max-rp` to be consistent with the rest of the tree 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/726/files/ea66e5d17914460289974cc61f0669941edc2524#r75029181
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160816/d9b10c60/attachment.html>


More information about the mlpack-git mailing list