Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
rectangle_tree.hpp
Go to the documentation of this file.
1
13
#ifndef MLPACK_CORE_TREE_RECTANGLE_TREE_HPP
14
#define MLPACK_CORE_TREE_RECTANGLE_TREE_HPP
15
16
/* We include bounds.hpp since it gives us the necessary files.
17
* However, we will not use the "ballbounds" option.
18
*/
19
#include "
bounds.hpp
"
20
#include "
rectangle_tree/rectangle_tree.hpp
"
21
#include "
rectangle_tree/single_tree_traverser.hpp
"
22
#include "rectangle_tree/single_tree_traverser_impl.hpp"
23
#include "
rectangle_tree/dual_tree_traverser.hpp
"
24
#include "rectangle_tree/dual_tree_traverser_impl.hpp"
25
#include "
rectangle_tree/r_tree_split.hpp
"
26
#include "
rectangle_tree/r_star_tree_split.hpp
"
27
#include "
rectangle_tree/no_auxiliary_information.hpp
"
28
#include "
rectangle_tree/r_tree_descent_heuristic.hpp
"
29
#include "
rectangle_tree/r_star_tree_descent_heuristic.hpp
"
30
#include "
rectangle_tree/x_tree_split.hpp
"
31
#include "
rectangle_tree/x_tree_auxiliary_information.hpp
"
32
#include "
rectangle_tree/hilbert_r_tree_descent_heuristic.hpp
"
33
#include "
rectangle_tree/hilbert_r_tree_split.hpp
"
34
#include "
rectangle_tree/hilbert_r_tree_auxiliary_information.hpp
"
35
#include "
rectangle_tree/discrete_hilbert_value.hpp
"
36
#include "
rectangle_tree/r_plus_tree_descent_heuristic.hpp
"
37
#include "
rectangle_tree/r_plus_tree_split_policy.hpp
"
38
#include "
rectangle_tree/minimal_coverage_sweep.hpp
"
39
#include "
rectangle_tree/minimal_splits_number_sweep.hpp
"
40
#include "
rectangle_tree/r_plus_tree_split.hpp
"
41
#include "
rectangle_tree/r_plus_plus_tree_auxiliary_information.hpp
"
42
#include "
rectangle_tree/r_plus_plus_tree_descent_heuristic.hpp
"
43
#include "
rectangle_tree/r_plus_plus_tree_split_policy.hpp
"
44
#include "
rectangle_tree/traits.hpp
"
45
#include "
rectangle_tree/typedef.hpp
"
46
47
#endif
r_plus_tree_descent_heuristic.hpp
r_plus_tree_split.hpp
r_plus_plus_tree_descent_heuristic.hpp
r_plus_plus_tree_split_policy.hpp
hilbert_r_tree_auxiliary_information.hpp
r_plus_plus_tree_auxiliary_information.hpp
discrete_hilbert_value.hpp
r_plus_tree_split_policy.hpp
hilbert_r_tree_split.hpp
r_tree_split.hpp
r_star_tree_split.hpp
dual_tree_traverser.hpp
minimal_coverage_sweep.hpp
hilbert_r_tree_descent_heuristic.hpp
x_tree_split.hpp
r_star_tree_descent_heuristic.hpp
bounds.hpp
Bounds that are useful for binary space partitioning trees.
rectangle_tree.hpp
single_tree_traverser.hpp
r_tree_descent_heuristic.hpp
x_tree_auxiliary_information.hpp
minimal_splits_number_sweep.hpp
typedef.hpp
traits.hpp
no_auxiliary_information.hpp