Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
Home
Get Started
Documentation
Community
Google Summer of Code
FAQ
GitHub
bounds.hpp
Go to the documentation of this file.
1
12
#ifndef MLPACK_CORE_TREE_BOUNDS_HPP
13
#define MLPACK_CORE_TREE_BOUNDS_HPP
14
15
#include <
mlpack/core/math/range.hpp
>
16
#include <
mlpack/core/metrics/lmetric.hpp
>
17
18
#include "
bound_traits.hpp
"
19
#include "
hrectbound.hpp
"
20
#include "
ballbound.hpp
"
21
#include "
hollow_ball_bound.hpp
"
22
#include "
cellbound.hpp
"
23
24
#endif // MLPACK_CORE_TREE_BOUNDS_HPP
hrectbound.hpp
Bounds that are useful for binary space partitioning trees.
lmetric.hpp
bound_traits.hpp
cellbound.hpp
ballbound.hpp
Bounds that are useful for binary space partitioning trees.
hollow_ball_bound.hpp
Bounds that are useful for binary space partitioning trees.
range.hpp
Definition of the Range class, which represents a simple range with a lower and upper bound...