Interface NeighborPredicate.Instance<T>
-
- All Known Implementing Classes:
AbstractRangeQueryNeighborPredicate.Instance
,COPACNeighborPredicate.Instance
,EpsilonNeighborPredicate.Instance
,ERiCNeighborPredicate.Instance
,FDBSCANNeighborPredicate.Instance
,FourCNeighborPredicate.Instance
,PreDeConNeighborPredicate.Instance
,SimilarityNeighborPredicate.Instance
- Enclosing interface:
- NeighborPredicate<T>
public static interface NeighborPredicate.Instance<T>
Instance for a particular data set.- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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
-