Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.datastore.memory |
Memory data store implementation for ELKI.
|
de.lmu.ifi.dbs.elki.database.ids |
Database object identification and ID group handling API.
|
de.lmu.ifi.dbs.elki.database.ids.integer |
Integer-based DBID implementation --
do not use directly - always use
DBIDUtil . |
Modifier and Type | Field and Description |
---|---|
private DataStoreIDMap |
ArrayStore.idmap
DBID to index map.
|
private DataStoreIDMap |
ArrayRecordStore.idmap
DBID to index map
|
private DataStoreIDMap |
ArrayIntegerStore.idmap
DBID to index map
|
private DataStoreIDMap |
ArrayDoubleStore.idmap
DBID to index map
|
private DataStoreIDMap |
ArrayDBIDStore.idmap
DBID to index map
|
Constructor and Description |
---|
ArrayDBIDStore(int size,
DataStoreIDMap idmap)
Constructor.
|
ArrayDoubleStore(int size,
DataStoreIDMap idmap)
Constructor.
|
ArrayDoubleStore(int size,
DataStoreIDMap idmap,
double def)
Constructor.
|
ArrayIntegerStore(int size,
DataStoreIDMap idmap)
Constructor.
|
ArrayIntegerStore(int size,
DataStoreIDMap idmap,
int def)
Constructor.
|
ArrayRecordStore(Object[][] data,
DataStoreIDMap idmap)
Constructor with existing data
|
ArrayStore(Object[] data,
DataStoreIDMap idmap)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBIDRange
Static DBID range.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
IntegerDBIDRange
Representing a DBID range allocation.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.