org.ai_heuristic.eval.metric data structures.See: Description
| Class | Description |
|---|---|
| CityBlockDistance |
This measures the
City Block Distance between two lists of objects. |
| CosineSimilarity |
This class implements the
Cosine Similarity evaluation. |
| EuclideanDistance |
This measures the
Euclidean Distance between two lists of objects. |
| JaccardCoefficient |
This class implements the set theoretic
Jaccard Coefficient evaluation. |
| MinkowskiDistance |
This measures the
Minkowski Distance between two lists of objects. |
org.ai_heuristic.eval.metric data structures.