MLPACK
1.0.11
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mlpack
core
tree
rectangle_tree.hpp
Go to the documentation of this file.
1
23
#ifndef __MLPACK_CORE_TREE_RECTANGLE_TREE_HPP
24
#define __MLPACK_CORE_TREE_RECTANGLE_TREE_HPP
25
26
/* we include bounds.hpp since it gives us the necessary files.
27
* However, we will not use the "ballbounds" option.
28
*/
29
#include "
bounds.hpp
"
30
#include "rectangle_tree/rectangle_tree.hpp"
31
#include "rectangle_tree/single_tree_traverser.hpp"
32
#include "rectangle_tree/single_tree_traverser_impl.hpp"
33
#include "rectangle_tree/dual_tree_traverser.hpp"
34
#include "rectangle_tree/dual_tree_traverser_impl.hpp"
35
#include "rectangle_tree/r_tree_split.hpp"
36
#include "rectangle_tree/r_star_tree_split.hpp"
37
#include "rectangle_tree/r_tree_descent_heuristic.hpp"
38
#include "rectangle_tree/r_star_tree_descent_heuristic.hpp"
39
#include "rectangle_tree/traits.hpp"
40
41
#endif
bounds.hpp
Bounds that are useful for binary space partitioning trees.
Generated by
1.8.9.1