| base | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| Base() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Base() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Centroid(arma::vec ¢roid) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Child(const size_t index) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Child(const size_t index) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Children() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Children() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| children | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| ComputeDistances(const size_t pointIndex, const arma::Col< size_t > &indices, arma::vec &distances, const size_t pointSetSize) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| CoverTree(const arma::mat &dataset, const double base=2.0, MetricType *metric=NULL) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| CoverTree(const arma::mat &dataset, MetricType &metric, const double base=2.0) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| CoverTree(const arma::mat &dataset, const double base, const size_t pointIndex, const int scale, CoverTree *parent, const double parentDistance, arma::Col< size_t > &indices, arma::vec &distances, size_t nearSetSize, size_t &farSetSize, size_t &usedSetSize, MetricType &metric=NULL) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| CoverTree(const arma::mat &dataset, const double base, const size_t pointIndex, const int scale, CoverTree *parent, const double parentDistance, const double furthestDescendantDistance, MetricType *metric=NULL) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| CoverTree(const CoverTree &other) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| CreateChildren(arma::Col< size_t > &indices, arma::vec &distances, size_t nearSetSize, size_t &farSetSize, size_t &usedSetSize) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| Dataset() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| dataset | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| Descendant(const size_t index) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| DistanceComps() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| DistanceComps() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| distanceComps | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| FurthestDescendantDistance() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| FurthestDescendantDistance() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| furthestDescendantDistance | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| FurthestPointDistance() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| HasSelfChildren() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inlinestatic |
| IsLeaf() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| localMetric | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| Mat typedef | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| MaxDistance(const CoverTree *other) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| MaxDistance(const CoverTree *other, const double distance) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| MaxDistance(const arma::vec &other) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| MaxDistance(const arma::vec &other, const double distance) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| Metric() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| metric | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| MinDistance(const CoverTree *other) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| MinDistance(const CoverTree *other, const double distance) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| MinDistance(const arma::vec &other) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| MinDistance(const arma::vec &other, const double distance) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| MinimumBoundDistance() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| MoveToUsedSet(arma::Col< size_t > &indices, arma::vec &distances, size_t &nearSetSize, size_t &farSetSize, size_t &usedSetSize, arma::Col< size_t > &childIndices, const size_t childFarSetSize, const size_t childUsedSetSize) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| NumChildren() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| numDescendants | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| NumDescendants() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| NumPoints() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Parent() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Parent() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| parent | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| ParentDistance() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| ParentDistance() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| parentDistance | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| point | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| Point() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Point(const size_t) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| PruneFarSet(arma::Col< size_t > &indices, arma::vec &distances, const double bound, const size_t nearSetSize, const size_t pointSetSize) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| RangeDistance(const CoverTree *other) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| RangeDistance(const CoverTree *other, const double distance) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| RangeDistance(const arma::vec &other) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| RangeDistance(const arma::vec &other, const double distance) const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| RemoveNewImplicitNodes() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| scale | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| Scale() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Scale() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| SortPointSet(arma::Col< size_t > &indices, arma::vec &distances, const size_t childFarSetSize, const size_t childUsedSetSize, const size_t farSetSize) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| SplitNearFar(arma::Col< size_t > &indices, arma::vec &distances, const double bound, const size_t pointSetSize) | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| Stat() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| Stat() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | inline |
| stat | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | private |
| ToString() const | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |
| ~CoverTree() | mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType > | |