MLPACK
1.0.11
|
Struct used for traversal. More...
Public Member Functions | |
bool | operator< (const DualCoverTreeMapEntry &other) const |
Comparison operator, for sorting within the map. More... | |
Public Attributes | |
double | baseCase |
The base case. More... | |
CoverTree< MetricType, RootPointPolicy, StatisticType > * | referenceNode |
The node this entry refers to. More... | |
double | score |
The score of the node. More... | |
RuleType::TraversalInfoType | traversalInfo |
The traversal info associated with the call to Score() for this entry. More... | |
Struct used for traversal.
Definition at line 68 of file dual_tree_traverser.hpp.
|
inline |
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.
double mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::baseCase |
The base case.
Definition at line 75 of file dual_tree_traverser.hpp.
CoverTree<MetricType, RootPointPolicy, StatisticType>* mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::referenceNode |
The node this entry refers to.
Definition at line 71 of file dual_tree_traverser.hpp.
double mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::score |
The score of the node.
Definition at line 73 of file dual_tree_traverser.hpp.
RuleType::TraversalInfoType mlpack::tree::CoverTree< MetricType, RootPointPolicy, StatisticType >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::traversalInfo |
The traversal info associated with the call to Score() for this entry.
Definition at line 77 of file dual_tree_traverser.hpp.