get_potential_matches
Description:
public Map<Individual,MatchResult> get_potential_matches (Individual matchee, MatchResult min_threshold = VERY_HIGH)
Get all matches for a given Individual.
Parameters:
| matchee |
the individual to find matches for |
| min_threshold |
the threshold for accepting a match |
Returns:
|
a map from matched individuals to the degree with which they match |
Since:
0.5.1