mlpack
master
|
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, StatisticType, MatType, RootPointPolicy > * | 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 64 of file dual_tree_traverser.hpp.
|
inline |
Comparison operator, for sorting within the map.
Definition at line 77 of file dual_tree_traverser.hpp.
References mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::baseCase, and mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::score.
double mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::baseCase |
The base case.
Definition at line 72 of file dual_tree_traverser.hpp.
CoverTree<MetricType, StatisticType, MatType, RootPointPolicy>* mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::referenceNode |
The node this entry refers to.
Definition at line 68 of file dual_tree_traverser.hpp.
double mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::score |
The score of the node.
Definition at line 70 of file dual_tree_traverser.hpp.
RuleType::TraversalInfoType mlpack::tree::CoverTree< MetricType, StatisticType, MatType, RootPointPolicy >::DualTreeTraverser< RuleType >::DualCoverTreeMapEntry::traversalInfo |
The traversal info associated with the call to Score() for this entry.
Definition at line 74 of file dual_tree_traverser.hpp.