Base() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Base() | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
BreadthFirstDualTreeTraverser typedef | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
Center(arma::vec ¢er) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Child(const size_t index) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Child(const size_t index) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
ChildPtr(const size_t index) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Children() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Children() | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
CoverTree(const MatType &dataset, const ElemType base=2.0, MetricType *metric=NULL) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
CoverTree(const MatType &dataset, MetricType &metric, const ElemType base=2.0) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
CoverTree(MatType &&dataset, const ElemType base=2.0) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
CoverTree(MatType &&dataset, MetricType &metric, const ElemType base=2.0) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
CoverTree(const MatType &dataset, const ElemType base, const size_t pointIndex, const int scale, CoverTree *parent, const ElemType parentDistance, arma::Col< size_t > &indices, arma::vec &distances, size_t nearSetSize, size_t &farSetSize, size_t &usedSetSize, MetricType &metric=NULL) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
CoverTree(const MatType &dataset, const ElemType base, const size_t pointIndex, const int scale, CoverTree *parent, const ElemType parentDistance, const ElemType furthestDescendantDistance, MetricType *metric=NULL) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
CoverTree(const CoverTree &other) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
CoverTree(CoverTree &&other) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
CoverTree(Archive &ar, const typename std::enable_if_t< cereal::is_loading< Archive >()> *=0) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
CoverTree() | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | protected |
Dataset() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Descendant(const size_t index) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
DistanceComps() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
DistanceComps() | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
ElemType typedef | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
FurthestDescendantDistance() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
FurthestDescendantDistance() | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
FurthestPointDistance() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
GetFurthestChild(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
GetFurthestChild(const CoverTree &queryNode) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
GetNearestChild(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
GetNearestChild(const CoverTree &queryNode) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
IsLeaf() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Mat typedef | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
MaxDistance(const CoverTree &other) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
MaxDistance(const CoverTree &other, const ElemType distance) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
MaxDistance(const arma::vec &other) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
MaxDistance(const arma::vec &other, const ElemType distance) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
Metric() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
MinDistance(const CoverTree &other) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
MinDistance(const CoverTree &other, const ElemType distance) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
MinDistance(const arma::vec &other) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
MinDistance(const arma::vec &other, const ElemType distance) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
MinimumBoundDistance() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
NumChildren() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
NumDescendants() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
NumPoints() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
operator=(const CoverTree &other) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
operator=(CoverTree &&other) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
Parent() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Parent() | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
ParentDistance() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
ParentDistance() | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Point() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Point(const size_t) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
RangeDistance(const CoverTree &other) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
RangeDistance(const CoverTree &other, const ElemType distance) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
RangeDistance(const arma::vec &other) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
RangeDistance(const arma::vec &other, const ElemType distance) const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
Scale() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Scale() | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
serialize(Archive &ar, const uint32_t) | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |
Stat() const | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
Stat() | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | inline |
~CoverTree() | CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > | |