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

Ryan Curtin notifications at github.com
Tue Aug 16 18:02:41 EDT 2016


> @@ -484,6 +492,10 @@ std::string NSModel<SortPolicy>::TreeName() const
>        return "R++ tree";
>      case VP_TREE:
>        return "Vantage point tree";
> +    case RP_TREE:
> +      return "Random projection tree (mean split)";

No need for a capital r here, lowercase fits better with how these strings are used (I guess that applies to the VP tree too).

-- 
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#r75029308
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160816/3c868cd0/attachment.html>


More information about the mlpack-git mailing list