14 #ifndef MLPACK_CORE_TREE_COVER_TREE_SINGLE_TREE_TRAVERSER_HPP 15 #define MLPACK_CORE_TREE_COVER_TREE_SINGLE_TREE_TRAVERSER_HPP 26 typename StatisticType,
28 typename RootPointPolicy
30 template<
typename RuleType>
31 class CoverTree<MetricType, StatisticType, MatType, RootPointPolicy>::
38 SingleTreeTraverser(RuleType& rule);
47 void Traverse(
const size_t queryIndex,
CoverTree& referenceNode);
CoverTree()
A default constructor.
Definition: cover_tree_impl.hpp:1702
size_t NumPrunes() const
Get the number of prunes so far.
Definition: single_tree_traverser.hpp:50
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
The core includes that mlpack expects; standard C++ includes and Armadillo.
size_t & NumPrunes()
Set the number of prunes (good for a reset to 0).
Definition: single_tree_traverser.hpp:52