|
mlpack
|
Bounds that are useful for binary space partitioning trees. More...
#include <mlpack/prereqs.hpp>#include <mlpack/core/math/range.hpp>#include <mlpack/core/metrics/lmetric.hpp>#include "bound_traits.hpp"#include "hrectbound_impl.hpp"

Go to the source code of this file.
Classes | |
| struct | mlpack::bound::meta::IsLMetric< MetricType > |
| Utility struct where Value is true if and only if the argument is of type LMetric. More... | |
| struct | mlpack::bound::meta::IsLMetric< metric::LMetric< Power, TakeRoot > > |
| Specialization for IsLMetric when the argument is of type LMetric. More... | |
| class | mlpack::bound::HRectBound< MetricType, ElemType > |
| Hyper-rectangle bound for an L-metric. More... | |
| struct | mlpack::bound::BoundTraits< HRectBound< MetricType, ElemType > > |
Namespaces | |
| mlpack | |
| Linear algebra utility functions, generally performed on matrices or vectors. | |
| mlpack::bound::meta | |
| Metaprogramming utilities. | |
Bounds that are useful for binary space partitioning trees.
This file describes the interface for the HRectBound class, which implements a hyperrectangle bound.
mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.
1.8.13