N - Neighborhood typeM - model typepublic abstract static class AbstractRangeQueryNeighborPredicate.Instance<N,M> extends java.lang.Object implements NeighborPredicate.Instance<N>
| Modifier and Type | Field and Description | 
|---|---|
protected DBIDs | 
ids
DBIDs to process 
 | 
protected DataStore<M> | 
storage
Model storage. 
 | 
| Constructor and Description | 
|---|
Instance(DBIDs ids,
        DataStore<M> storage)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DBIDs | 
getIDs()
Get the IDs the predicate is defined for. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNeighbors, iterDBIDsprotected DBIDs ids
public DBIDs getIDs()
NeighborPredicate.InstancegetIDs in interface NeighborPredicate.Instance<N>Copyright © 2019 ELKI Development Team. License information.