mlpack  2.0.1
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.

beginmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
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 boost::enable_if< typename Archive::is_loading >::type *=0)mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
BinarySpaceTree()mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >protected
boundmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
Bound() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
Bound()mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
Center(arma::vec &center)mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
Child(const size_t child) constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
ChildPtr(const size_t child)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
countmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
Dataset() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
Dataset()mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
datasetmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
Descendant(const size_t index) constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
furthestDescendantDistancemlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
FurthestDescendantDistance() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
FurthestPointDistance() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
HasSelfChildren()mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inlinestatic
IsLeaf() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
Left() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
Left()mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
leftmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
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 boost::enable_if< IsVector< VecType > >::type *=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 boost::enable_if< IsVector< VecType > >::type *=0) constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
minimumBoundDistancemlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
MinimumBoundDistance() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
NumChildren() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
NumDescendants() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
NumPoints() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
parentmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
Parent() constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
Parent()mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
parentDistancemlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
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 >
RangeDistance(const BinarySpaceTree *other) constmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >inline
RangeDistance(const VecType &point, typename boost::enable_if< IsVector< VecType > >::type *=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
rightmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
Serialize(Archive &ar, const unsigned int version)mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >
SplitNode(const size_t maxLeafSize, SplitType< BoundType< MetricType >, MatType > &splitter)mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
SplitNode(std::vector< size_t > &oldFromNew, const size_t maxLeafSize, SplitType< BoundType< MetricType >, MatType > &splitter)mlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
statmlpack::tree::BinarySpaceTree< MetricType, StatisticType, MatType, BoundType, SplitType >private
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 >