Package | Description |
---|---|
org.simmetrics | |
org.simmetrics.metrics |
Modifier and Type | Method and Description |
---|---|
static StringMetricBuilder.CollectionMetricInitialSimplifierStep<Set<String>> |
StringMetricBuilder.with(SetMetric<String> metric)
Starts building a metric with a set metric.
|
Modifier and Type | Class and Description |
---|---|
class |
CosineSimilarity<T>
Cosine Similarity algorithm providing a similarity measure between two set
from the angular divergence within token based vector space.
|
class |
DiceSimilarity<T>
Dice similarity algorithm providing a similarity measure between two sets
using the vector space of presented tokens.
|
class |
JaccardSimilarity<T>
Jaccard similarity algorithm providing a similarity measure between two sets
using the vector space of presented tokens.
|
class |
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.
|
Copyright © 2014–2018. All rights reserved.