mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > Member List

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

Base() const CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Base()CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
BreadthFirstDualTreeTraverser typedefCoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
Center(arma::vec &center) 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 boost::enable_if< typename Archive::is_loading >::type *=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 typedefCoverTree< 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 boost::enable_if< IsVector< VecType > >::type *=0)CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
GetFurthestChild(const CoverTree &queryNode)CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
GetNearestChild(const VecType &point, typename boost::enable_if< IsVector< VecType > >::type *=0)CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
GetNearestChild(const CoverTree &queryNode)CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >
IsLeaf() const CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >inline
Mat typedefCoverTree< 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
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 unsigned int)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 >