Go to the source code of this file.
|
| | mlpack |
| | Linear algebra utility functions, generally performed on matrices or vectors.
|
| |
| | mlpack::tree |
| | Trees and tree-building procedures.
|
| |
|
| template<typename MetricType , typename StatisticType , typename MatType > |
| using | mlpack::tree::RStarTree = RectangleTree< MetricType, StatisticType, MatType, RStarTreeSplit, RStarTreeDescentHeuristic > |
| | The R*-tree, a more recent variant of the R tree. More...
|
| |
| template<typename MetricType , typename StatisticType , typename MatType > |
| using | mlpack::tree::RTree = RectangleTree< MetricType, StatisticType, MatType, RTreeSplit, RTreeDescentHeuristic > |
| | An implementation of the R tree that satisfies the TreeType policy API. More...
|
| |