mlpack
mlpack::tree::Octree< MetricType, StatisticType, MatType > Member List

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

Bound() constmlpack::tree::Octree< MetricType, StatisticType, MatType >inline
Bound()mlpack::tree::Octree< MetricType, StatisticType, MatType >inline
Center(arma::vec &center) constmlpack::tree::Octree< MetricType, StatisticType, MatType >inline
cereal::access classmlpack::tree::Octree< MetricType, StatisticType, MatType >friend
Child(const size_t child) constmlpack::tree::Octree< MetricType, StatisticType, MatType >inline
Child(const size_t child)mlpack::tree::Octree< MetricType, StatisticType, MatType >inline
ChildPtr(const size_t child)mlpack::tree::Octree< MetricType, StatisticType, MatType >inline
Dataset() constmlpack::tree::Octree< MetricType, StatisticType, MatType >inline
Descendant(const size_t index) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
ElemType typedefmlpack::tree::Octree< MetricType, StatisticType, MatType >
FurthestDescendantDistance() constmlpack::tree::Octree< MetricType, StatisticType, MatType >
FurthestPointDistance() constmlpack::tree::Octree< MetricType, StatisticType, MatType >
GetFurthestChild(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
GetFurthestChild(const Octree &queryNode) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
GetNearestChild(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
GetNearestChild(const Octree &queryNode) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
IsLeaf() constmlpack::tree::Octree< MetricType, StatisticType, MatType >inline
Mat typedefmlpack::tree::Octree< MetricType, StatisticType, MatType >
MaxDistance(const Octree &other) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
MaxDistance(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
Metric() constmlpack::tree::Octree< MetricType, StatisticType, MatType >inline
MinDistance(const Octree &other) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
MinDistance(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
MinimumBoundDistance() constmlpack::tree::Octree< MetricType, StatisticType, MatType >
NumChildren() constmlpack::tree::Octree< MetricType, StatisticType, MatType >
NumDescendants() constmlpack::tree::Octree< MetricType, StatisticType, MatType >
NumPoints() constmlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(const MatType &data, const size_t maxLeafSize=20)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(const MatType &data, std::vector< size_t > &oldFromNew, const size_t maxLeafSize=20)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(const MatType &data, std::vector< size_t > &oldFromNew, std::vector< size_t > &newFromOld, const size_t maxLeafSize=20)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(MatType &&data, const size_t maxLeafSize=20)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(MatType &&data, std::vector< size_t > &oldFromNew, const size_t maxLeafSize=20)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(MatType &&data, std::vector< size_t > &oldFromNew, std::vector< size_t > &newFromOld, const size_t maxLeafSize=20)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(Octree *parent, const size_t begin, const size_t count, const arma::vec &center, const double width, const size_t maxLeafSize=20)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(Octree *parent, const size_t begin, const size_t count, std::vector< size_t > &oldFromNew, const arma::vec &center, const double width, const size_t maxLeafSize=20)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(const Octree &other)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(Octree &&other)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree(Archive &ar, const typename std::enable_if_t< cereal::is_loading< Archive >()> *=0)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Octree()mlpack::tree::Octree< MetricType, StatisticType, MatType >protected
operator=(const Octree &other)mlpack::tree::Octree< MetricType, StatisticType, MatType >
operator=(Octree &&other)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Parent() constmlpack::tree::Octree< MetricType, StatisticType, MatType >inline
Parent()mlpack::tree::Octree< MetricType, StatisticType, MatType >inline
ParentDistance() constmlpack::tree::Octree< MetricType, StatisticType, MatType >inline
ParentDistance()mlpack::tree::Octree< MetricType, StatisticType, MatType >inline
Point(const size_t index) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
RangeDistance(const Octree &other) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
RangeDistance(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *=0) constmlpack::tree::Octree< MetricType, StatisticType, MatType >
RangeDistance(const VecType &point, typename std::enable_if_t< IsVector< VecType >::value > *) const (defined in mlpack::tree::Octree< MetricType, StatisticType, MatType >)mlpack::tree::Octree< MetricType, StatisticType, MatType >
serialize(Archive &ar, const uint32_t)mlpack::tree::Octree< MetricType, StatisticType, MatType >
Stat() constmlpack::tree::Octree< MetricType, StatisticType, MatType >inline
Stat()mlpack::tree::Octree< MetricType, StatisticType, MatType >inline
~Octree()mlpack::tree::Octree< MetricType, StatisticType, MatType >