
T - Object typepublic static class SharedNearestNeighborJaccardDistanceFunction.Instance<T> extends AbstractIndexBasedDistanceFunction.Instance<T,SharedNearestNeighborIndex<T>,DoubleDistance,SharedNearestNeighborJaccardDistanceFunction<T>>
index, parentrelationHINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE| Constructor and Description | 
|---|
| SharedNearestNeighborJaccardDistanceFunction.Instance(Relation<T> database,
                                                     SharedNearestNeighborIndex<T> preprocessor,
                                                     SharedNearestNeighborJaccardDistanceFunction<T> parent)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| DoubleDistance | distance(DBIDRef id1,
        DBIDRef id2)Returns the distance between the two objects specified by their object ids. | 
| DoubleDistance | getDistanceFactory()Method to get the distance functions factory. | 
| protected static double | jaccardCoefficient(DBIDs neighbors1,
                  DBIDs neighbors2)Compute the Jaccard coefficient | 
getDistanceFunction, getIndexdistance, distance, distanceinfiniteDistance, nullDistance, undefinedDistancegetRelationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdistance, distance, distance, getRelation, infiniteDistance, nullDistance, undefinedDistancepublic SharedNearestNeighborJaccardDistanceFunction.Instance(Relation<T> database, SharedNearestNeighborIndex<T> preprocessor, SharedNearestNeighborJaccardDistanceFunction<T> parent)
database - Databasepreprocessor - Preprocessorparent - Parent distanceprotected static double jaccardCoefficient(DBIDs neighbors1, DBIDs neighbors2)
neighbors1 - SORTED neighbor ids of firstneighbors2 - SORTED neighbor ids of secondpublic DoubleDistance distance(DBIDRef id1, DBIDRef id2)
AbstractDistanceQuerydistance in interface DistanceQuery<T,DoubleDistance>distance in class AbstractDistanceQuery<T,DoubleDistance>id1 - first object idid2 - second object idpublic DoubleDistance getDistanceFactory()
DistanceQuerygetDistanceFactory in interface DistanceQuery<T,DoubleDistance>getDistanceFactory in class AbstractDistanceQuery<T,DoubleDistance>