mlpack
Public Member Functions | List of all members
mlpack::neighbor::NeighborSearchRules< SortPolicy, MetricType, TreeType >::CandidateCmp Struct Reference

Compare two candidates based on the distance. More...

#include <neighbor_search_rules.hpp>

Public Member Functions

bool operator() (const Candidate &c1, const Candidate &c2)
 

Detailed Description

template<typename SortPolicy, typename MetricType, typename TreeType>
struct mlpack::neighbor::NeighborSearchRules< SortPolicy, MetricType, TreeType >::CandidateCmp

Compare two candidates based on the distance.


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