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 | MeanSPTree = SpillTree< MetricType, StatisticType, MatType, AxisOrthogonalHyperplane, MeanSpaceSplit > |
| A mean-split hybrid spill tree. More...
|
|
template<typename MetricType , typename StatisticType , typename MatType > |
using | NonOrtMeanSPTree = SpillTree< MetricType, StatisticType, MatType, Hyperplane, MeanSpaceSplit > |
| A mean-split hybrid spill tree considering general splitting hyperplanes (not necessarily axis-orthogonal). More...
|
|
template<typename MetricType , typename StatisticType , typename MatType > |
using | NonOrtSPTree = SpillTree< MetricType, StatisticType, MatType, Hyperplane, MidpointSpaceSplit > |
| A hybrid spill tree considering general splitting hyperplanes (not necessarily axis-orthogonal). More...
|
|
template<typename MetricType , typename StatisticType , typename MatType > |
using | SPTree = SpillTree< MetricType, StatisticType, MatType, AxisOrthogonalHyperplane, MidpointSpaceSplit > |
| The hybrid spill tree. More...
|
|