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 DataStoreIDMapArrayDBIDStore. idmapDBID to index mapprivate DataStoreIDMapArrayDoubleStore. idmapDBID to index mapprivate DataStoreIDMapArrayIntegerStore. idmapDBID to index mapprivate DataStoreIDMapArrayRecordStore. idmapDBID to index mapprivate DataStoreIDMapArrayStore. idmapDBID 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 interfaceDBIDRangeStatic 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) classIntegerDBIDRangeRepresenting a DBID range allocation.
-