Package | Description |
---|---|
org.simmetrics | |
org.simmetrics.metrics |
Modifier and Type | Interface and Description |
---|---|
interface |
ListDistance<E>
Measures the distance between two arbitrary lists containing elements of the
same type.
|
interface |
StringDistance
Measures the unnormalized similarity (distance) between two Strings.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockDistance<T>
Block distance algorithm whereby vector space block distance between tokens
is used to determine a similarity.
|
class |
DamerauLevenshtein
Damerau-Levenshtein algorithm providing a similarity measure between two
strings.
|
class |
EuclideanDistance<T>
Euclidean Distance algorithm providing a similarity measure between two lists
using the vector space of combined terms as the dimensions.
|
class |
Levenshtein
Levenshtein algorithm providing a similarity measure between two strings.
|
Modifier and Type | Method and Description |
---|---|
static Distance<String> |
HammingDistance.forString()
Returns a Hamming distance to compare strings.
|
Copyright © 2014–2018. All rights reserved.