[mlpack-git] [mlpack/mlpack] R+ and R++ trees implementation (#699)

Ryan Curtin notifications at github.com
Wed Jun 29 18:04:24 EDT 2016


> + * @tparam SplitPolicy The class that provides rules for inserting children of
> + *    a node that is being split into two new subtrees.
> + */
> +template<typename SplitPolicy>
> +class MinimalCoverageSweep
> +{
> + private:
> +  /**
> +   * Class to allow for faster sorting.
> +   */
> +  template<typename ElemType>
> +  struct SortStruct
> +  {
> +    ElemType d;
> +    int n;
> +  };

Okay, I opened #712 about this and we can figure it out there instead of inside this PR, so we can get this one done more quickly. It is probably easier to do comparisons by making a separate branch from this one. Don't feel obligated to do that; I will eventually get around to it if you don't want to. But it seems like you never turn things down, so I guess you will probably do it anyway. :)

---
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/699/files/e165d759f9ae612b9965f70fbbf8abdb19dc8d07#r69037047
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160629/63ff93a7/attachment-0001.html>


More information about the mlpack-git mailing list