mlpack  1.0.12
binary_space_tree.hpp
Go to the documentation of this file.
1 
14 #ifndef __MLPACK_CORE_TREE_BINARY_SPACE_TREE_HPP
15 #define __MLPACK_CORE_TREE_BINARY_SPACE_TREE_HPP
16 
17 #include "bounds.hpp"
20 #include "binary_space_tree/single_tree_traverser_impl.hpp"
22 #include "binary_space_tree/dual_tree_traverser_impl.hpp"
24 
25 #endif
Bounds that are useful for binary space partitioning trees.