[mlpack-git] [mlpack/mlpack] Bugfix #350 and some fixes in RStarTreeSplit and XTreeSplit (#556)

Ryan Curtin notifications at github.com
Mon Apr 4 23:21:53 EDT 2016


> @@ -464,6 +498,8 @@ std::string NSModel<SortPolicy>::TreeName() const
>        return "R tree";
>      case R_STAR_TREE:
>        return "R* tree";
> +    case X_TREE:
> +      return "X tree";

If you don't mind, when I merge this I'll probably just change all of the x-tree cases to come after the ball tree, like in the enum.  It's a really trivial change but it preserves the ordering and makes it easier to read, in my opinion.

---
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/556/files/1ed8c18dedb54772377c17ff48f2b313792feb0f#r58482108
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160404/8f06b729/attachment.html>


More information about the mlpack-git mailing list