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

Ryan Curtin notifications at github.com
Fri Aug 5 10:46:13 EDT 2016


> @@ -56,6 +56,78 @@ class TreeTraits<BinarySpaceTree<MetricType, StatisticType, MatType, BoundType,
>    static const bool BinaryTree = true;
>  };
>  
> +template<typename MetricType,
> +         typename StatisticType,
> +         typename MatType,
> +         template<typename BoundMetricType, typename...> class BoundType>
> +class TreeTraits<BinarySpaceTree<MetricType, StatisticType, MatType, BoundType,
> +                                 RPTreeMaxSplit>>
> +{
> + public:
> +  /**
> +   * Each binary space tree node has two children which represent
> +   * non-overlapping subsets of the space which the node represents.  Therefore,
> +   * children are not overlapping.

I think this comment is inaccurate for the random projection 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#r73704075
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160805/2e516800/attachment.html>


More information about the mlpack-git mailing list