15 #ifndef __MLPACK_CORE_TREE_RECTANGLE_TREE_TYPEDEF_HPP
16 #define __MLPACK_CORE_TREE_RECTANGLE_TREE_TYPEDEF_HPP
43 template<
typename MetricType,
typename StatisticType,
typename MatType>
44 using RTree = RectangleTree<MetricType,
70 template<
typename MetricType,
typename StatisticType,
typename MatType>
Linear algebra utility functions, generally performed on matrices or vectors.
RectangleTree< MetricType, StatisticType, MatType, RTreeSplit, RTreeDescentHeuristic > RTree
An implementation of the R tree that satisfies the TreeType policy API.
A rectangle type tree tree, such as an R-tree or X-tree.
A Rectangle Tree has new points inserted at the bottom.
When descending a Rectangle tree to insert a point, we need to have a way to choose a child node when...
When descending a RectangleTree to insert a point, we need to have a way to choose a child node when ...