Go to the source code of this file.
Classes | |
struct | BoundTraits< CellBound< MetricType, ElemType > > |
class | CellBound< MetricType, ElemType > |
The CellBound class describes a bound that consists of a number of hyperrectangles. More... | |
Namespaces | |
mlpack | |
Linear algebra utility functions, generally performed on matrices or vectors. | |
mlpack::bound | |
Definition of the CellBound class. The class describes a bound that consists of a number of hyperrectangles. These hyperrectangles do not overlap each other. The bound is limited by an outer hyperrectangle and two addresses, the lower address and the high address. Thus, the bound contains all points included between the lower and the high addresses.
The notion of addresses is described in the following paper.
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.
Definition in file cellbound.hpp.