Map
<Individual,MatchResult> get_potential_matches (Individual matchee, MatchResult min_threshold = VERY_HIGH)
Map
<Individual,MatchResult> get_potential_matches (Individual matchee, MatchResult min_threshold = VERY_HIGH)
Get all matches for a given Individual.
matchee | the individual to find matches for |
min_threshold | the threshold for accepting a match |
a map from matched individuals to the degree with which they match `matchee` (which is guaranteed to at least equal `min_threshold`); if no matches could be found, an empty map is returned |
0.5.1