
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 |
|---|---|
void |
addDBIDs(ModifiableDBIDs ids,
COPACNeighborPredicate.COPACModel neighbors)
Add the neighbors to a DBID set
|
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.
|
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 void addDBIDs(ModifiableDBIDs ids, COPACNeighborPredicate.COPACModel neighbors)
NeighborPredicate.Instanceids - ID setneighbors - Neighbors to addpublic int dimensionality(DBIDRef id)
id - Object IDCopyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.