| Modifier and Type | Method and Description |
|---|---|
SimilarityScore |
StringSimilarityServiceImpl.findTop(List<String> features,
String target)
Finds the feature within a set of given features that best match the target string.
|
SimilarityScore |
StringSimilarityService.findTop(List<String> features,
String target)
Finds the feature within a set of given features that best match the target string.
|
SimilarityScore |
StringSimilarityServiceImpl.findTop(List<String> features,
String target,
Comparator<SimilarityScore> comparator)
Finds the feature within a set of given features that best match the target string.
|
SimilarityScore |
StringSimilarityService.findTop(List<String> features,
String target,
Comparator<SimilarityScore> comparator)
Finds the feature within a set of given features that best match the target string.
|
| Modifier and Type | Method and Description |
|---|---|
List<SimilarityScore> |
StringSimilarityServiceImpl.scoreAll(List<String> features,
String target)
Calculates all similarity scores for a given set of features.
|
List<SimilarityScore> |
StringSimilarityService.scoreAll(List<String> features,
String target)
Calculates all similarity scores for a given set of features.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DescendingSimilarityScoreComparator.compare(SimilarityScore x,
SimilarityScore y)
Compares two similarity scores.
|
int |
AscendingSimilarityScoreComparator.compare(SimilarityScore x,
SimilarityScore y)
Compares two similarity scores.
|
| Modifier and Type | Method and Description |
|---|---|
SimilarityScore |
StringSimilarityServiceImpl.findTop(List<String> features,
String target,
Comparator<SimilarityScore> comparator)
Finds the feature within a set of given features that best match the target string.
|
SimilarityScore |
StringSimilarityService.findTop(List<String> features,
String target,
Comparator<SimilarityScore> comparator)
Finds the feature within a set of given features that best match the target string.
|
Copyright © 2016. All rights reserved.