mlpack
cover_tree.hpp
Go to the documentation of this file.
1 
12 #ifndef MLPACK_CORE_TREE_COVER_TREE_HPP
13 #define MLPACK_CORE_TREE_COVER_TREE_HPP
14 
15 #include <mlpack/prereqs.hpp>
22 #include "cover_tree/traits.hpp"
23 #include "cover_tree/typedef.hpp"
24 
25 #endif
The core includes that mlpack expects; standard C++ includes and Armadillo.