Package | Description |
---|---|
org.simmetrics.metrics |
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 |
EuclideanDistance<T>
Euclidean Distance algorithm providing a similarity measure between two lists
using the vector space of combined terms as the dimensions.
|
Modifier and Type | Method and Description |
---|---|
static <T> ListDistance<T> |
HammingDistance.forList()
Returns a Hamming distance to compare lists.
|
Copyright © 2014–2018. All rights reserved.