|
class | TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, bound::BallBound, SplitType > > |
| This is a specialization of the TreeType class to the BallTree tree type. More...
|
|
class | TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, bound::CellBound, SplitType > > |
| This is a specialization of the TreeType class to the UBTree tree type. More...
|
|
class | 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). More...
|
|
class | TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, RPTreeMaxSplit > > |
| This is a specialization of the TreeType class to the max-split random projection tree. More...
|
|
class | TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, RPTreeMeanSplit > > |
| This is a specialization of the TreeType class to the mean-split random projection tree. More...
|
|
class | TreeTraits< BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType > > |
| This is a specialization of the TreeTraits class to the BinarySpaceTree tree type. More...
|
|
- Author
- Ryan Curtin
Specialization of the TreeTraits class for the BinarySpaceTree type of tree.
mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.
Definition in file traits.hpp.