begin | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
Begin() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Begin() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
BinarySpaceTree(MatType &data, const size_t leafSize=20) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
BinarySpaceTree(MatType &data, std::vector< size_t > &oldFromNew, const size_t leafSize=20) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
BinarySpaceTree(MatType &data, std::vector< size_t > &oldFromNew, std::vector< size_t > &newFromOld, const size_t leafSize=20) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
BinarySpaceTree(MatType &data, const size_t begin, const size_t count, BinarySpaceTree *parent=NULL, const size_t leafSize=20) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
BinarySpaceTree(MatType &data, const size_t begin, const size_t count, std::vector< size_t > &oldFromNew, BinarySpaceTree *parent=NULL, const size_t leafSize=20) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
BinarySpaceTree(MatType &data, const size_t begin, const size_t count, std::vector< size_t > &oldFromNew, std::vector< size_t > &newFromOld, BinarySpaceTree *parent=NULL, const size_t leafSize=20) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
BinarySpaceTree(const BinarySpaceTree &other) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
BinarySpaceTree(const size_t begin, const size_t count, BoundType bound, StatisticType stat, const int leafSize=20) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inlineprivate |
Bound() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Bound() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
bound | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
Centroid(arma::vec ¢roid) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Child(const size_t child) const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
CopyMe() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inlineprivate |
Count() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Count() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
count | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
Dataset() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Dataset() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
dataset | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
Descendant(const size_t index) const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
End() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
ExtendTree(const size_t level) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
FindByBeginCount(size_t begin, size_t count) const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
FindByBeginCount(size_t begin, size_t count) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
furthestDescendantDistance | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
FurthestDescendantDistance() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
FurthestPointDistance() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
GetSplitDimension() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
GetSplitIndex(MatType &data, int splitDim, double splitVal) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
GetSplitIndex(MatType &data, int splitDim, double splitVal, std::vector< size_t > &oldFromNew) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
HasSelfChildren() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inlinestatic |
IsLeaf() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
LeafSize() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
LeafSize() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
leafSize | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
left | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
Left() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Left() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Mat typedef | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
MaxDistance(const BinarySpaceTree *other) const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
MaxDistance(const arma::vec &point) const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Metric() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
MinDistance(const BinarySpaceTree *other) const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
MinDistance(const arma::vec &point) const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
NumChildren() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
NumDescendants() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
NumPoints() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
Parent() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Parent() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
parent | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
Point(const size_t index) const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
RangeDistance(const BinarySpaceTree *other) const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
RangeDistance(const arma::vec &point) const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Right() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Right() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
right | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
splitDimension | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
SplitDimension() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
SplitDimension() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
SplitNode(MatType &data) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
SplitNode(MatType &data, std::vector< size_t > &oldFromNew) | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
stat | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | private |
Stat() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
Stat() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | inline |
ToString() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
TreeDepth() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
TreeSize() const | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |
~BinarySpaceTree() | mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > | |