Package elki.database.datastore.memory
Memory data store implementation for ELKI.
-
Class Summary Class Description ArrayDBIDStore A class to answer representation queries using the stored Array.ArrayDoubleStore A class to answer representation queries using the stored Array.ArrayIntegerStore A class to answer representation queries using the stored Array.ArrayRecordStore A class to answer representation queries using the stored Array.ArrayStore<T> A class to answer representation queries using the stored Array.MapIntegerDBIDDBIDStore Writable data store for double values.MapIntegerDBIDDoubleStore Writable data store for double values.MapIntegerDBIDIntegerStore Writable data store for double values.MapIntegerDBIDRecordStore A class to answer representation queries using a map and an index within the record.MapIntegerDBIDStore<T> A class to answer representation queries using a map.MapRecordStore A class to answer representation queries using a map and an index within the record.MapStore<T> A class to answer representation queries using a map.MemoryDataStoreFactory Simple factory class that will store all data in memory using object arrays or hashmaps.