N
- Neighborhood typeM
- model typepublic abstract static class AbstractRangeQueryNeighborPredicate.Instance<N,M> extends 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 |
---|
AbstractRangeQueryNeighborPredicate.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, wait
getNeighbors, iterDBIDs
protected DBIDs ids
public DBIDs getIDs()
NeighborPredicate.Instance
getIDs
in interface NeighborPredicate.Instance<N>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.