org.ai_heuristic.eval.metric data structures.See: Description
| Class | Description |
|---|---|
| DemerauLevenshtein |
An example of the Demerau-Levenshtein similarity measure.
|
| Hamming |
An example of the Hamming similarity measure.
|
| IndexSimilarity |
This metric is a boolean count of similar entries in unordered lists, with
relation to index keys.
|
| JaroWinkler |
An example of the Jaro-Winkler similarity measure.
|
| Levenshtein |
An example of the Levenshtein similarity measure.
|
org.ai_heuristic.eval.metric data structures.