MLPACK  1.0.4
cover_tree.hpp
Go to the documentation of this file.
00001 
00022 #ifndef __MLPACK_CORE_TREE_COVER_TREE_HPP
00023 #define __MLPACK_CORE_TREE_COVER_TREE_HPP
00024 
00025 #include "bounds.hpp"
00026 #include "cover_tree/cover_tree.hpp"
00027 #include "cover_tree/single_tree_traverser.hpp"
00028 #include "cover_tree/dual_tree_traverser.hpp"
00029 
00030 #endif