Package de.lmu.ifi.dbs.elki.database.datastore.memory

Memory data store implementation for ELKI.

See:
          Description


Class Summary
ArrayRecordStore A class to answer representation queries using the stored Array.
ArrayStore<T> A class to answer representation queries using the stored Array.
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.
 

Package de.lmu.ifi.dbs.elki.database.datastore.memory Description

Memory data store implementation for ELKI.


Release 0.4.0 (2011-09-20_1324)