23 #ifndef __MLPACK_CORE_TREE_COVER_TREE_TRAITS_HPP
24 #define __MLPACK_CORE_TREE_COVER_TREE_TRAITS_HPP
37 template<
typename MetricType,
38 typename RootPointPolicy,
39 typename StatisticType>
static const bool HasOverlappingChildren
This is true if the subspaces represented by the children of a node can overlap.
static const bool FirstPointIsCentroid
This is true if Point(0) is the centroid of the node.
The TreeTraits class provides compile-time information on the characteristics of a given tree type...
static const bool HasParentDistance
This is true if TreeType::ParentDistance() exists and works.
A cover tree is a tree specifically designed to speed up nearest-neighbor computation in high-dimensi...
static const bool HasSelfChildren
This is true if the points contained in the first child of a node (Child(0)) are also contained in th...