| Interface | Description |
|---|---|
| Distance<T> |
Measures the unnormalized dissimilarity between two arbitrary objects of the
same type.
|
| ListDistance<E> |
Measures the unnormalized dissimilarity between two arbitrary lists
containing elements of the same type.
|
| ListMetric<T> |
Measures the similarity between two arbitrary lists containing elements of
the same type.
|
| Metric<T> |
Measures the similarity between two arbitrary objects of the same type .
|
| MultisetDistance<E> |
Measures the unnormalized dissimilarity between two arbitrary multisets
containing elements of the same type.
|
| MultisetMetric<T> |
Measures the similarity between two arbitrary multisets containing elements
of the same type.
|
| SetDistance<E> |
Measures the unnormalized dissimilarity between two arbitrary sets containing
elements of the same type.
|
| SetMetric<T> |
Measures the similarity between two arbitrary sets containing elements of the
same type.
|
| StringDistance |
Measures the unnormalized dissimilarity between two Strings.
|
| StringMetric |
Measures the similarity between two strings.
|
Copyright © 2014–2016. All rights reserved.