Class AbstractRangeQueryNeighborPredicate.Instance<N,M>
- java.lang.Object
-
- elki.clustering.dbscan.predicates.AbstractRangeQueryNeighborPredicate.Instance<N,M>
-
- Type Parameters:
N
- Neighborhood typeM
- model type
- All Implemented Interfaces:
NeighborPredicate.Instance<N>
- Direct Known Subclasses:
COPACNeighborPredicate.Instance
,ERiCNeighborPredicate.Instance
,FourCNeighborPredicate.Instance
,PreDeConNeighborPredicate.Instance
- Enclosing class:
- AbstractRangeQueryNeighborPredicate<O,M,N>
public abstract static class AbstractRangeQueryNeighborPredicate.Instance<N,M> extends java.lang.Object implements NeighborPredicate.Instance<N>
Instance for a particular data set.- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBIDs
getIDs()
Get the IDs the predicate is defined for.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elki.clustering.dbscan.predicates.NeighborPredicate.Instance
getNeighbors, iterDBIDs
-
-
-
-
Method Detail
-
getIDs
public DBIDs getIDs()
Description copied from interface:NeighborPredicate.Instance
Get the IDs the predicate is defined for.- Specified by:
getIDs
in interfaceNeighborPredicate.Instance<N>
- Returns:
- Database ids
-
-