
public abstract class AbstractPrecomputedNeighborhood extends Object implements NeighborSetPredicate
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractPrecomputedNeighborhood.Factory<O>
Factory class.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataStore<DBIDs> |
store
The data
|
| Constructor and Description |
|---|
AbstractPrecomputedNeighborhood(DataStore<DBIDs> store)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Logging |
getLogger()
The logger to use for error reporting.
|
DBIDs |
getNeighborDBIDs(DBIDRef reference)
Get the neighbors of a reference object for DBSCAN.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLongName, getShortNamepublic DBIDs getNeighborDBIDs(DBIDRef reference)
NeighborSetPredicategetNeighborDBIDs in interface NeighborSetPredicatereference - Reference objectprotected abstract Logging getLogger()