| Interface | Description |
|---|---|
| DistanceMeasurer |
| Class | Description |
|---|---|
| CosineDistance | |
| EuclidianDistance | |
| HaversineDistance |
Haversine distance implementation that picks up lat/lng in degrees at
array/vector index 0 and 1 and returns the distance in meters between those
two vectors.
|
| JaccardDistance | |
| ManhattanDistance | |
| SimilarityMeasurer |
Similarity measurer wrapper.
|
| VectorDocumentDistanceMeasurer<T> |
Document distance measurer on vectors (basically a proxy to the real
DistanceMeasurer). |
| ZeroDistance |
Copyright © 2016. All rights reserved.