Struct used for traversal.
bool operator< (const DualCoverTreeMapEntry &other) const
Comparison operator, for sorting within the map.
double baseCase
The base case. CoverTree< MetricType,
RootPointPolicy, StatisticType > * referenceNode"
The node this entry refers to. double score
The score of the node. RuleType::TraversalInfoType traversalInfo
The traversal info associated with the call to Score() for this entry.
Struct used for traversal.
Definition at line 68 of file dual_tree_traverser.hpp.
Comparison operator, for sorting within the map.
Definition at line 80 of file dual_tree_traverser.hpp.
References mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::baseCase, and mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::score.
The base case.
Definition at line 75 of file dual_tree_traverser.hpp.
Referenced by mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::operator<().
The node this entry refers to.
Definition at line 71 of file dual_tree_traverser.hpp.
The score of the node.
Definition at line 73 of file dual_tree_traverser.hpp.
Referenced by mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::operator<().
The traversal info associated with the call to Score() for this entry.
Definition at line 77 of file dual_tree_traverser.hpp.
Generated automatically by Doxygen for MLPACK from the source code.