O
- Object typeR
- Stored data typepublic abstract class AbstractPreprocessorIndex<O,R> extends java.lang.Object implements Index
Modifier and Type | Field and Description |
---|---|
protected Relation<O> |
relation
The representation we are bound to.
|
protected WritableDataStore<R> |
storage
The data store.
|
Constructor and Description |
---|
AbstractPreprocessorIndex(Relation<O> relation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Logging |
getLogger()
Get the classes static logger.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialize, logStatistics
getLongName, getShortName
protected WritableDataStore<R> storage
protected abstract Logging getLogger()
Copyright © 2019 ELKI Development Team. License information.