Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.datastore |
General data store layer API (along the lines of
Map<DBID, T> - use everywhere!) |
de.lmu.ifi.dbs.elki.database.datastore.memory |
Memory data store implementation for ELKI.
|
Modifier and Type | Class and Description |
---|---|
class |
RangeIDMap
Mapping a static DBID range to storage IDs.
|
Modifier and Type | Field and Description |
---|---|
private DataStoreIDMap |
ArrayStore.idmap
DBID to index map
|
private DataStoreIDMap |
ArrayRecordStore.idmap
DBID to index map
|
Constructor and Description |
---|
ArrayRecordStore(Object[][] data,
DataStoreIDMap idmap)
Constructor with existing data
|
ArrayStore(Object[] data,
DataStoreIDMap idmap)
Constructor.
|