This is a specialization of the TreeType class to the BallTree tree type. More...
Static Public Attributes | |
static const bool | BinaryTree = true |
static const bool | FirstPointIsCentroid = false |
static const bool | HasDuplicatedPoints = false |
static const bool | HasOverlappingChildren = true |
static const bool | HasSelfChildren = false |
static const bool | RearrangesDataset = true |
static const bool | UniqueNumDescendants = true |
This is a specialization of the TreeType class to the BallTree tree type.
The only difference with general BinarySpaceTree is that BallTree can have overlapping children. See mlpack/core/tree/tree_traits.hpp for more information.
Definition at line 187 of file traits.hpp.
|
static |
Definition at line 196 of file traits.hpp.
|
static |
Definition at line 193 of file traits.hpp.
|
static |
Definition at line 192 of file traits.hpp.
|
static |
Definition at line 191 of file traits.hpp.
|
static |
Definition at line 194 of file traits.hpp.
|
static |
Definition at line 195 of file traits.hpp.
|
static |
Definition at line 197 of file traits.hpp.