BallBound() | mlpack::bound::BallBound< MetricType, VecType > | |
BallBound(const size_t dimension) | mlpack::bound::BallBound< MetricType, VecType > | |
BallBound(const ElemType radius, const VecType ¢er) | mlpack::bound::BallBound< MetricType, VecType > | |
BallBound(const BallBound &other) | mlpack::bound::BallBound< MetricType, VecType > | |
BallBound(BallBound &&other) | mlpack::bound::BallBound< MetricType, VecType > | |
Center() const | mlpack::bound::BallBound< MetricType, VecType > | inline |
Center() | mlpack::bound::BallBound< MetricType, VecType > | inline |
Center(VecType ¢er) const | mlpack::bound::BallBound< MetricType, VecType > | inline |
center | mlpack::bound::BallBound< MetricType, VecType > | private |
Contains(const VecType &point) const | mlpack::bound::BallBound< MetricType, VecType > | |
Diameter() const | mlpack::bound::BallBound< MetricType, VecType > | inline |
Dim() const | mlpack::bound::BallBound< MetricType, VecType > | inline |
ElemType typedef | mlpack::bound::BallBound< MetricType, VecType > | |
MaxDistance(const OtherVecType &point, typename std::enable_if_t< IsVector< OtherVecType >::value > *=0) const | mlpack::bound::BallBound< MetricType, VecType > | |
MaxDistance(const BallBound &other) const | mlpack::bound::BallBound< MetricType, VecType > | |
Metric() const | mlpack::bound::BallBound< MetricType, VecType > | inline |
Metric() | mlpack::bound::BallBound< MetricType, VecType > | inline |
metric | mlpack::bound::BallBound< MetricType, VecType > | private |
MinDistance(const OtherVecType &point, typename std::enable_if_t< IsVector< OtherVecType >::value > *=0) const | mlpack::bound::BallBound< MetricType, VecType > | |
MinDistance(const BallBound &other) const | mlpack::bound::BallBound< MetricType, VecType > | |
MinWidth() const | mlpack::bound::BallBound< MetricType, VecType > | inline |
operator=(const BallBound &other) | mlpack::bound::BallBound< MetricType, VecType > | |
operator[](const size_t i) const | mlpack::bound::BallBound< MetricType, VecType > | |
operator|=(const BallBound &other) | mlpack::bound::BallBound< MetricType, VecType > | |
operator|=(const MatType &data) | mlpack::bound::BallBound< MetricType, VecType > | |
ownsMetric | mlpack::bound::BallBound< MetricType, VecType > | private |
Radius() const | mlpack::bound::BallBound< MetricType, VecType > | inline |
Radius() | mlpack::bound::BallBound< MetricType, VecType > | inline |
radius | mlpack::bound::BallBound< MetricType, VecType > | private |
RangeDistance(const OtherVecType &other, typename std::enable_if_t< IsVector< OtherVecType >::value > *=0) const | mlpack::bound::BallBound< MetricType, VecType > | |
RangeDistance(const BallBound &other) const | mlpack::bound::BallBound< MetricType, VecType > | |
Serialize(Archive &ar, const unsigned int version) | mlpack::bound::BallBound< MetricType, VecType > | |
Vec typedef | mlpack::bound::BallBound< MetricType, VecType > | |
~BallBound() | mlpack::bound::BallBound< MetricType, VecType > | |