mlpack
mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType > Member List

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

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