15 #ifndef __MLPACK_CORE_TREE_BINARY_SPACE_TREE_TYPEDEF_HPP
16 #define __MLPACK_CORE_TREE_BINARY_SPACE_TREE_TYPEDEF_HPP
19 #include "../binary_space_tree.hpp"
60 template<
typename MetricType,
typename StatisticType,
typename MatType>
61 using KDTree = BinarySpaceTree<MetricType,
77 template<
typename MetricType,
typename StatisticType,
typename MatType>
109 template<
typename MetricType,
typename StatisticType,
typename MatType>
138 template<
typename MetricType,
typename StatisticType,
typename MatType>
BinarySpaceTree< MetricType, StatisticType, MatType, bound::HRectBound, MidpointSplit > KDTree
The standard midpoint-split kd-tree.
Linear algebra utility functions, generally performed on matrices or vectors.
A binary space partitioning tree, such as a KD-tree or a ball tree.
A binary space partitioning tree node is split into its left and right child.
A binary space partitioning tree node is split into its left and right child.