This is a specialization of the TreeType class to an arbitrary tree with HollowBallBound (currently only the vantage point tree is supported).
More...
template<typename MetricType, typename StatisticType, typename MatType, template< typename SplitBoundType, typename SplitMatType > class SplitType>
class mlpack::tree::TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, bound::HollowBallBound, SplitType > >
This is a specialization of the TreeType class to an arbitrary tree with HollowBallBound (currently only the vantage point tree is supported).
The only difference with general BinarySpaceTree is that the tree can have overlapping children.
Definition at line 210 of file traits.hpp.