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

Ryan Curtin notifications at github.com
Fri Aug 5 10:50:17 EDT 2016


> @@ -194,10 +195,14 @@ int main(int argc, char *argv[])
>        tree = KFNModel::R_PLUS_TREE;
>      else if (treeType == "r-plus-plus")
>        tree = KFNModel::R_PLUS_PLUS_TREE;
> +    else if (treeType == "rp-tree-max")
> +      tree = KFNModel::RP_TREE_MAX;
> +    else if (treeType == "rp-tree-mean")
> +      tree = KFNModel::RP_TREE_MEAN;

Same here, I'd call one of these just the `rp-tree` and the other the `<split>-rp-tree`.

---
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/e14a26f3e209af0608cb61ecaa5e30f253e72e9b#r73704729
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160805/99c37544/attachment.html>


More information about the mlpack-git mailing list