mlpack  2.0.1
rectangle_tree.hpp
Go to the documentation of this file.
1 
15 #ifndef __MLPACK_CORE_TREE_RECTANGLE_TREE_HPP
16 #define __MLPACK_CORE_TREE_RECTANGLE_TREE_HPP
17 
18 /* We include bounds.hpp since it gives us the necessary files.
19  * However, we will not use the "ballbounds" option.
20  */
21 #include "bounds.hpp"
24 #include "rectangle_tree/single_tree_traverser_impl.hpp"
26 #include "rectangle_tree/dual_tree_traverser_impl.hpp"
34 
35 #endif
Bounds that are useful for binary space partitioning trees.