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

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

basemlpack::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 &centroid) 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
childrenmlpack::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
datasetmlpack::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
distanceCompsmlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >private
FurthestDescendantDistance() const mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >inline
FurthestDescendantDistance()mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >inline
furthestDescendantDistancemlpack::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
localMetricmlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >private
Mat typedefmlpack::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
metricmlpack::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
numDescendantsmlpack::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
parentmlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >private
ParentDistance() const mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >inline
ParentDistance()mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >inline
parentDistancemlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >private
pointmlpack::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
scalemlpack::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
statmlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >private
ToString() const mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >
~CoverTree()mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >