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, wait
getNeighbors, iterDBIDs
protected DBIDs ids
public DBIDs getIDs()
NeighborPredicate.Instance
getIDs
in interface NeighborPredicate.Instance<N>
Copyright © 2019 ELKI Development Team. License information.