D
- Distance typepublic interface DBIDDistanceFunction<D extends Distance<?>> extends DistanceFunction<DBID,D>
Modifier and Type | Method and Description |
---|---|
D |
distance(DBID id1,
DBID id2)
Returns the distance between the two objects specified by their object ids.
|
getDistanceFactory, getInputTypeRestriction, instantiate, isMetric, isSymmetric