public static class COPACNeighborPredicate.Instance extends AbstractRangeQueryNeighborPredicate.Instance<COPACNeighborPredicate.COPACModel,COPACNeighborPredicate.COPACModel>
ids, storage| Constructor and Description | 
|---|
Instance(DBIDs ids,
        DataStore<COPACNeighborPredicate.COPACModel> storage)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
dimensionality(DBIDRef id)
Get the correlation dimensionality of a single object. 
 | 
COPACNeighborPredicate.COPACModel | 
getNeighbors(DBIDRef reference)
Get the neighbors of a reference object for DBSCAN. 
 | 
DBIDIter | 
iterDBIDs(COPACNeighborPredicate.COPACModel neighbors)
Add the neighbors to a DBID set 
 | 
getIDspublic Instance(DBIDs ids, DataStore<COPACNeighborPredicate.COPACModel> storage)
ids - IDs this is defined for.storage - Stored modelspublic COPACNeighborPredicate.COPACModel getNeighbors(DBIDRef reference)
NeighborPredicate.Instancereference - Reference objectpublic DBIDIter iterDBIDs(COPACNeighborPredicate.COPACModel neighbors)
NeighborPredicate.Instanceneighbors - Neighbors to iterate overpublic int dimensionality(DBIDRef id)
id - Object IDCopyright © 2019 ELKI Development Team. License information.