MLPACK  1.0.4
Classes
mlpack::tree Namespace Reference

Trees and tree-building procedures. More...

Classes

class  BinarySpaceTree
 A binary space partitioning tree, such as a KD-tree or a ball tree. More...
class  CoverTree
 A cover tree is a tree specifically designed to speed up nearest-neighbor computation in high-dimensional spaces. More...
class  EmptyStatistic
 Empty statistic if you are not interested in storing statistics in your tree. More...
class  FirstPointIsRoot
 This class is meant to be used as a choice for the policy class RootPointPolicy of the CoverTree class. More...
class  MRKDStatistic
 Statistic for multi-resolution kd-trees. More...

Detailed Description

Trees and tree-building procedures.