| Package | Description |
|---|---|
| org.aksw.limes.core.measures.measure.pointsets | |
| org.aksw.limes.core.measures.measure.space |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoGreatEllipticMeasure
implementation of https://en.wikipedia.org/wiki/Vincenty's_formulae Solve the
inverse problem on the ellipsoid using a great elliptic section The inverse
problem is: Given latitudes and longitudes of P1 and P2 on the ellipsoid
compute the azimuth a_12 of the great elliptic section P1 P2 and the arc
length s of the great elliptic curve.
|
class |
GeoOrthodromicMeasure
Computes a similarity based on the geo distance of two points.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EuclideanMeasure
Implements a similarity measure based on the euclidean distance.
|
class |
ManhattanMeasure
Implements a similarity measure based on the Manhattan distance.
|
Copyright © 2018. All rights reserved.