MLPACK  1.0.7
mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType > Member List

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

beginmlpack::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
boundmlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >private
Centroid(arma::vec &centroid)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
countmlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >private
Dataset() const mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >inline
Dataset()mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >inline
datasetmlpack::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 >
furthestDescendantDistancemlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >private
FurthestDescendantDistance() 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
leafSizemlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >private
leftmlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >private
Left() const mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >inline
Left()mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >inline
Mat typedefmlpack::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
parentmlpack::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
rightmlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >private
SplitDimension() const mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >inline
SplitDimension()mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >inline
splitDimensionmlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >private
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() const mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >inline
Stat()mlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >inline
statmlpack::tree::BinarySpaceTree< BoundType, StatisticType, MatType >private
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 >