MLPACK  1.0.8
binary_space_tree.hpp
Go to the documentation of this file.
1 
22 #ifndef __MLPACK_CORE_TREE_BINARY_SPACE_TREE_HPP
23 #define __MLPACK_CORE_TREE_BINARY_SPACE_TREE_HPP
24 
25 #include "bounds.hpp"
30 
31 #endif
Bounds that are useful for binary space partitioning trees.