mlpack  2.0.1
bounds.hpp
Go to the documentation of this file.
1 
14 #ifndef __MLPACK_CORE_TREE_BOUNDS_HPP
15 #define __MLPACK_CORE_TREE_BOUNDS_HPP
16 
19 
20 #include "bound_traits.hpp"
21 #include "hrectbound.hpp"
22 #include "ballbound.hpp"
23 
24 #endif // __MLPACK_CORE_TREE_BOUNDS_HPP
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...