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 DBIDsgetIDs()Get the IDs the predicate is defined for.TgetNeighbors(DBIDRef reference)Get the neighbors of a reference object for DBSCAN.DBIDIteriterDBIDs(T neighbors)Add the neighbors to a DBID set
-