mlpack
2.0.1
src
mlpack
core
tree
bounds.hpp
Go to the documentation of this file.
1
14
#ifndef __MLPACK_CORE_TREE_BOUNDS_HPP
15
#define __MLPACK_CORE_TREE_BOUNDS_HPP
16
17
#include <
mlpack/core/math/range.hpp
>
18
#include <
mlpack/core/metrics/lmetric.hpp
>
19
20
#include "
bound_traits.hpp
"
21
#include "
hrectbound.hpp
"
22
#include "
ballbound.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
ballbound.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...
Generated by
1.8.13