| Class | Description |
|---|---|
| BlockDistance<T> |
Block distance algorithm whereby vector space block distance between tokens
is used to determine a similarity.
|
| CosineSimilarity<T> |
Cosine Similarity algorithm providing a similarity measure between two set
from the angular divergence within token based vector space.
|
| DamerauLevenshtein |
Damerau-Levenshtein algorithm providing a similarity measure between two
strings.
|
| DiceSimilarity<T> |
Dice similarity algorithm providing a similarity measure between two sets
using the vector space of presented tokens.
|
| EuclideanDistance<T> |
Euclidean Distance algorithm providing a similarity measure between two lists
using the vector space of combined terms as the dimensions.
|
| HammingDistance |
Hamming Distance algorithm to calculate distance between lists and strings.
|
| Identity<T> |
Identity metric that returns 1.0 when the inputs are equals, and 0.0 when
they're not.
|
| JaccardSimilarity<T> |
Jaccard similarity algorithm providing a similarity measure between two sets
using the vector space of presented tokens.
|
| Jaro |
Jaro algorithm providing a similarity measure between two strings.
|
| JaroWinkler |
Jaro-Winkler algorithm providing a similarity measure between two strings.
|
| Levenshtein |
Levenshtein algorithm providing a similarity measure between two strings.
|
| MatchingCoefficient<T> |
Matching coefficient algorithm providing a similarity measure between two
lists.
|
| MongeElkan |
Monge Elkan algorithm providing an matching style similarity measure between
two strings.
|
| NeedlemanWunch |
Needleman-Wunsch algorithm providing a similarity measure between two
strings.
|
| OverlapCoefficient<T> |
Overlap Coefficient algorithm providing a similarity measure between two sets
where it is determined to what degree a set is a subset of another.
|
| SimonWhite<T> |
Simon White algorithm providing a similarity measure between two lists.
|
| SmithWaterman |
Smith-Waterman algorithm providing a similarity measure between two strings.
|
| SmithWatermanGotoh |
Smith-Waterman algorithm providing a similarity measure between two strings.
|
Copyright © 2014–2018. All rights reserved.