MLPACK  1.0.8
bounds.hpp
Go to the documentation of this file.
1 
22 #ifndef __MLPACK_CORE_TREE_BOUNDS_HPP
23 #define __MLPACK_CORE_TREE_BOUNDS_HPP
24 
27 
28 #include "hrectbound.hpp"
29 #include "periodichrectbound.hpp"
30 #include "ballbound.hpp"
31 
32 #endif // __MLPACK_CORE_TREE_BOUNDS_HPP
Bounds that are useful for binary space partitioning trees.
Bounds that are useful for binary space partitioning trees.
Bounds that are useful for binary space partitioning trees.
Definition of the Range class, which represents a simple range with a lower and upper bound...