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