mlpack  master
Public Member Functions | List of all members
mlpack::neighbor::LSHSearch< SortPolicy >::CandidateCmp Struct Reference

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

Public Member Functions

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

Detailed Description

template<typename SortPolicy = NearestNeighborSort>
struct mlpack::neighbor::LSHSearch< SortPolicy >::CandidateCmp

Compare two candidates based on the distance.

Definition at line 463 of file lsh_search.hpp.

Member Function Documentation

template<typename SortPolicy = NearestNeighborSort>
bool mlpack::neighbor::LSHSearch< SortPolicy >::CandidateCmp::operator() ( const Candidate c1,
const Candidate c2 
)
inline

Definition at line 464 of file lsh_search.hpp.


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