mlpack  master
mlpack::tree::RPTreeMeanSplit< BoundType, MatType > Member List

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

AssignToLeftNode(const VecType &point, const SplitInfo &splitInfo)mlpack::tree::RPTreeMeanSplit< BoundType, MatType >inlinestatic
ElemType typedefmlpack::tree::RPTreeMeanSplit< BoundType, MatType >
GetAveragePointDistance(MatType &data, const arma::uvec &samples)mlpack::tree::RPTreeMeanSplit< BoundType, MatType >privatestatic
GetDotMedian(const MatType &data, const arma::uvec &samples, const arma::Col< ElemType > &direction, ElemType &splitVal)mlpack::tree::RPTreeMeanSplit< BoundType, MatType >privatestatic
GetMeanMedian(const MatType &data, const arma::uvec &samples, arma::Col< ElemType > &mean, ElemType &splitVal)mlpack::tree::RPTreeMeanSplit< BoundType, MatType >privatestatic
PerformSplit(MatType &data, const size_t begin, const size_t count, const SplitInfo &splitInfo)mlpack::tree::RPTreeMeanSplit< BoundType, MatType >inlinestatic
PerformSplit(MatType &data, const size_t begin, const size_t count, const SplitInfo &splitInfo, std::vector< size_t > &oldFromNew)mlpack::tree::RPTreeMeanSplit< BoundType, MatType >inlinestatic
SplitNode(const BoundType &, MatType &data, const size_t begin, const size_t count, SplitInfo &splitInfo)mlpack::tree::RPTreeMeanSplit< BoundType, MatType >static