MLPACK
1.0.7
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mlpack
core
tree
bounds.hpp
Go to the documentation of this file.
1
22
#ifndef __MLPACK_CORE_TREE_BOUNDS_HPP
23
#define __MLPACK_CORE_TREE_BOUNDS_HPP
24
25
#include <
mlpack/core/math/range.hpp
>
26
#include <
mlpack/core/metrics/lmetric.hpp
>
27
28
#include "
hrectbound.hpp
"
29
#include "
periodichrectbound.hpp
"
30
#include "
ballbound.hpp
"
31
32
#endif // __MLPACK_CORE_TREE_BOUNDS_HPP
hrectbound.hpp
Bounds that are useful for binary space partitioning trees.
lmetric.hpp
ballbound.hpp
Bounds that are useful for binary space partitioning trees.
periodichrectbound.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.5