mlpack  master
mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > Member List

This is the complete list of members for mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >, including all inherited members.

basemlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
Base() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Base()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
BreadthFirstDualTreeTraverser typedefmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
Center(arma::vec &center) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Child(const size_t index) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Child(const size_t index)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
ChildPtr(const size_t index)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
childrenmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
Children() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Children()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
ComputeDistances(const size_t pointIndex, const arma::Col< size_t > &indices, arma::vec &distances, const size_t pointSetSize)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
CoverTree(const MatType &dataset, const ElemType base=2.0, MetricType *metric=NULL)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
CoverTree(const MatType &dataset, MetricType &metric, const ElemType base=2.0)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
CoverTree(MatType &&dataset, const ElemType base=2.0)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
CoverTree(MatType &&dataset, MetricType &metric, const ElemType base=2.0)mlpack::tree::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)mlpack::tree::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)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
CoverTree(const CoverTree &other)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
CoverTree(CoverTree &&other)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
CoverTree(Archive &ar, const typename std::enable_if_t< Archive::is_loading::value > *=0)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
CoverTree()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >protected
CreateChildren(arma::Col< size_t > &indices, arma::vec &distances, size_t nearSetSize, size_t &farSetSize, size_t &usedSetSize)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
datasetmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
Dataset() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Descendant(const size_t index) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
distanceCompsmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
DistanceComps() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
DistanceComps()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
ElemType typedefmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
FurthestDescendantDistance() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
FurthestDescendantDistance()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
furthestDescendantDistancemlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
FurthestPointDistance() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
GetFurthestChild(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
GetFurthestChild(const CoverTree &queryNode)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
GetNearestChild(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
GetNearestChild(const CoverTree &queryNode)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
IsLeaf() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
localDatasetmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
localMetricmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
Mat typedefmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
MaxDistance(const CoverTree &other) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
MaxDistance(const CoverTree &other, const ElemType distance) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
MaxDistance(const arma::vec &other) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
MaxDistance(const arma::vec &other, const ElemType distance) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
metricmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
Metric() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
MinDistance(const CoverTree &other) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
MinDistance(const CoverTree &other, const ElemType distance) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
MinDistance(const arma::vec &other) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
MinDistance(const arma::vec &other, const ElemType distance) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
MinimumBoundDistance() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >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, StatisticType, MatType, RootPointPolicy >private
NumChildren() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
numDescendantsmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
NumDescendants() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
NumPoints() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
parentmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
Parent() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Parent()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
ParentDistance() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
ParentDistance()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
parentDistancemlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
pointmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
Point() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Point(const size_t) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
PruneFarSet(arma::Col< size_t > &indices, arma::vec &distances, const ElemType bound, const size_t nearSetSize, const size_t pointSetSize)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
RangeDistance(const CoverTree &other) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
RangeDistance(const CoverTree &other, const ElemType distance) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
RangeDistance(const arma::vec &other) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
RangeDistance(const arma::vec &other, const ElemType distance) const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
RemoveNewImplicitNodes()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
scalemlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
Scale() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Scale()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Serialize(Archive &ar, const unsigned int)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
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, StatisticType, MatType, RootPointPolicy >private
SplitNearFar(arma::Col< size_t > &indices, arma::vec &distances, const ElemType bound, const size_t pointSetSize)mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
statmlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >private
Stat() const mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Stat()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
~CoverTree()mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >