22 #ifndef __MLPACK_CORE_TREE_COVER_TREE_DUAL_TREE_TRAVERSER_HPP
23 #define __MLPACK_CORE_TREE_COVER_TREE_DUAL_TREE_TRAVERSER_HPP
32 template<
typename MetricType,
typename RootPo
intPolicy,
typename StatisticType>
35 template<
typename MetricType,
typename RootPo
intPolicy,
typename StatisticType>
36 template<
typename RuleType>
37 class CoverTree<MetricType, RootPointPolicy, StatisticType>::DualTreeTraverser
43 DualTreeTraverser(RuleType& rule);
58 MetricType, RootPointPolicy, StatisticType> > >&
82 MetricType, RootPointPolicy, StatisticType> > >&
85 MetricType, RootPointPolicy, StatisticType> > >& childMap);
87 void ReferenceRecursion(
CoverTree& queryNode,
89 MetricType, RootPointPolicy, StatisticType> > >&
97 #include "dual_tree_traverser_impl.hpp"