mlpack
|
This is the structure the cover tree map will use for traversal. More...
#include <single_tree_traverser_impl.hpp>
Public Member Functions | |
bool | operator< (const CoverTreeMapEntry &other) const |
Comparison operator. | |
Public Attributes | |
CoverTree< MetricType, StatisticType, MatType, RootPointPolicy > * | node |
The node this entry refers to. | |
double | score |
The score of the node. | |
size_t | parent |
The index of the parent node. | |
double | baseCase |
The base case evaluation. | |
This is the structure the cover tree map will use for traversal.