mlpack  master
mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples > Member List

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

AssignToLeftNode(const VecType &point, const SplitInfo &splitInfo)mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >inlinestatic
ElemType typedefmlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >
MetricType typedefmlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >
PerformSplit(MatType &data, const size_t begin, const size_t count, const SplitInfo &splitInfo)mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >inlinestatic
PerformSplit(MatType &data, const size_t begin, const size_t count, const SplitInfo &splitInfo, std::vector< size_t > &oldFromNew)mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >inlinestatic
SelectVantagePoint(const MetricType &metric, const MatType &data, const size_t begin, const size_t count, size_t &vantagePoint, ElemType &mu)mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >privatestatic
SplitNode(const BoundType &bound, MatType &data, const size_t begin, const size_t count, SplitInfo &splitInfo)mlpack::tree::VantagePointSplit< BoundType, MatType, MaxNumSamples >static