This is a specialization of the TreeType class to the UBTree 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 UBTree tree type.
The only difference with general BinarySpaceTree is that UBTree can have overlapping children. See mlpack/core/tree/tree_traits.hpp for more information.
Definition at line 235 of file traits.hpp.
|
static |
Definition at line 244 of file traits.hpp.
|
static |
Definition at line 241 of file traits.hpp.
|
static |
Definition at line 240 of file traits.hpp.
|
static |
Definition at line 239 of file traits.hpp.
|
static |
Definition at line 242 of file traits.hpp.
|
static |
Definition at line 243 of file traits.hpp.
|
static |
Definition at line 245 of file traits.hpp.