| Package | Description |
|---|---|
| org.simmetrics.builders | |
| 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 |
Dice<T>
Calculates the Dice similarity coefficient and distance over two sets.
|
class |
Jaccard<T>
Calculates the Jaccard distance and similarity coefficient over two
multisets.
|
class |
OverlapCoefficient<T>
The overlap coefficient measures the overlap between two sets.
|
class |
TanimotoCoefficient<T>
Calculates the Tanimoto similarity coefficient over two sets.
|
Copyright © 2014–2016. All rights reserved.