24 #ifndef __MLPACK_CORE_TREE_BINARY_SPACE_TREE_SINGLE_TREE_TRAVERSER_HPP
25 #define __MLPACK_CORE_TREE_BINARY_SPACE_TREE_SINGLE_TREE_TRAVERSER_HPP
34 template<
typename BoundType,
35 typename StatisticType,
38 template<
typename RuleType>
74 #include "single_tree_traverser_impl.hpp"
Linear algebra utility functions, generally performed on matrices or vectors.
RuleType & rule
Reference to the rules with which the tree will be traversed.
size_t NumPrunes() const
Get the number of prunes.
A binary space partitioning tree, such as a KD-tree or a ball tree.
A single-tree traverser for binary space trees; see single_tree_traverser.hpp for implementation...
size_t numPrunes
The number of nodes which have been pruned during traversal.
size_t & NumPrunes()
Modify the number of prunes.