binary_space_tree.hpp
Go to the documentation of this file.
1 
12 #ifndef MLPACK_CORE_TREE_BINARY_SPACE_TREE_HPP
13 #define MLPACK_CORE_TREE_BINARY_SPACE_TREE_HPP
14 
15 #include <mlpack/prereqs.hpp>
16 #include "bounds.hpp"
25 #include "binary_space_tree/single_tree_traverser_impl.hpp"
27 #include "binary_space_tree/dual_tree_traverser_impl.hpp"
29 #include "binary_space_tree/breadth_first_dual_tree_traverser_impl.hpp"
32 
33 #endif
The core includes that mlpack expects; standard C++ includes and Armadillo.
Bounds that are useful for binary space partitioning trees.
Definition of generalized binary space partitioning tree (BinarySpaceTree).