[mlpack-git] [mlpack/mlpack] Fixed a segfault in RPlusTreeSplit. Fixed traits for the R+/R++ tree. (#724)
lozhnikov
notifications at github.com
Mon Jul 18 14:41:22 EDT 2016
> + template<typename> class SweepType,
> + typename DescentType,
> + template<typename> class AuxiliaryInformationType>
> +class TreeTraits<RectangleTree<MetricType,
> + StatisticType,
> + MatType,
> + RPlusTreeSplit<SplitPolicyType,
> + SweepType>,
> + DescentType,
> + AuxiliaryInformationType>>
> +{
> + public:
> + /**
> + * The R+/R++ tree can't have overlapping children.
> + */
> + static const bool HasOverlappingChildren = false;
No, if we can not enlarge any node in order to insert a point, we just add an intermediate node.
---
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/724/files/2ec9b6ca75c8987e5bae064aac3608b4addcf235#r71203931
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160718/bb1fc915/attachment.html>
More information about the mlpack-git
mailing list