12 #ifndef MLPACK_CORE_TREE_OCTREE_SINGLE_TREE_TRAVERSER_HPP 13 #define MLPACK_CORE_TREE_OCTREE_SINGLE_TREE_TRAVERSER_HPP 21 template<
typename MetricType,
typename StatisticType,
typename MatType>
22 template<
typename RuleType>
23 class Octree<MetricType, StatisticType, MatType>::SingleTreeTraverser
29 SingleTreeTraverser(RuleType& rule);
38 void Traverse(
const size_t queryIndex,
Octree& referenceNode);
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
Octree()
A default constructor.
Definition: octree_impl.hpp:472
The core includes that mlpack expects; standard C++ includes and Armadillo.
size_t NumPrunes() const
Get the number of pruned nodes.
Definition: single_tree_traverser.hpp:41
size_t & NumPrunes()
Modify the number of pruned nodes.
Definition: single_tree_traverser.hpp:43