Uses of Interface
elki.database.datastore.DataStoreIDMap
-
Packages that use DataStoreIDMap Package Description elki.database.datastore.memory Memory data store implementation for ELKI.elki.database.ids Database object identification and ID group handling API.elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always useDBIDUtil
. -
-
Uses of DataStoreIDMap in elki.database.datastore.memory
Fields in elki.database.datastore.memory declared as DataStoreIDMap Modifier and Type Field Description private DataStoreIDMap
ArrayDBIDStore. idmap
DBID to index mapprivate DataStoreIDMap
ArrayDoubleStore. idmap
DBID to index mapprivate DataStoreIDMap
ArrayIntegerStore. idmap
DBID to index mapprivate DataStoreIDMap
ArrayRecordStore. idmap
DBID to index mapprivate DataStoreIDMap
ArrayStore. idmap
DBID to index map.Constructors in elki.database.datastore.memory with parameters of type DataStoreIDMap Constructor 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(java.lang.Object[][] data, DataStoreIDMap idmap)
Constructor with existing dataArrayStore(java.lang.Object[] data, DataStoreIDMap idmap)
Constructor. -
Uses of DataStoreIDMap in elki.database.ids
Subinterfaces of DataStoreIDMap in elki.database.ids Modifier and Type Interface Description interface
DBIDRange
Static DBID range. -
Uses of DataStoreIDMap in elki.database.ids.integer
Classes in elki.database.ids.integer that implement DataStoreIDMap Modifier and Type Class Description (package private) class
IntegerDBIDRange
Representing a DBID range allocation.
-