mlpack
Public Member Functions | Public Attributes | List of all members
mlpack::tree::CoverTreeMapEntry< MetricType, StatisticType, MatType, RootPointPolicy > Struct Template Reference

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.
 

Detailed Description

template<typename MetricType, typename StatisticType, typename MatType, typename RootPointPolicy>
struct mlpack::tree::CoverTreeMapEntry< MetricType, StatisticType, MatType, RootPointPolicy >

This is the structure the cover tree map will use for traversal.


The documentation for this struct was generated from the following file: