#include <GenericOverlapFinder.h>
|
template<typename Collection , typename OtherCollection > |
std::unique_ptr< OverlapList > | find (const Collection &items, const OtherCollection &other) const |
|
template<typename Collection , typename OtherCollection > |
std::unique_ptr< pat::OverlapList > | find (const Collection &items, const OtherCollection &other) const |
|
| GenericOverlapFinder () |
|
| GenericOverlapFinder (const Distance &dist) |
|
template<typename Distance>
class pat::GenericOverlapFinder< Distance >
Definition at line 52 of file GenericOverlapFinder.h.
◆ GenericOverlapFinder() [1/2]
template<typename Distance>
◆ GenericOverlapFinder() [2/2]
template<typename Distance>
◆ find() [1/2]
template<typename Distance>
template<typename Collection , typename OtherCollection >
◆ find() [2/2]
template<typename Distance>
template<typename Collection , typename OtherCollection >
◆ distance_
template<typename Distance>
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.