public static interface NeighborPredicate.Instance<T>
Modifier and Type | Method and Description |
---|---|
DBIDs |
getIDs()
Get the IDs the predicate is defined for.
|
T |
getNeighbors(DBIDRef reference)
Get the neighbors of a reference object for DBSCAN.
|
DBIDIter |
iterDBIDs(T neighbors)
Add the neighbors to a DBID set
|
Copyright © 2019 ELKI Development Team. License information.