#include <ondisk_storage_manager.h>
Inheritance diagram for Ondisk_Storage_Manager_Dense:

Public Member Functions | |
| Ondisk_Storage_Manager_Dense (Hazy_Database *db_conn, struct ondisk_storage_spec *spec, struct hazy_model &hm) | |
| void | insertEntity (struct hazy_model &m, key e, FVector f) | 
| Inserts the entity to the storage manager.   | |
| Ondisk_Storage_Manager_Dense::Ondisk_Storage_Manager_Dense | ( | Hazy_Database * | db_conn, | |
| struct ondisk_storage_spec * | spec, | |||
| struct hazy_model & | hm | |||
| ) |  [inline] | 
        
| void Ondisk_Storage_Manager_Dense::insertEntity | ( | struct hazy_model & | m, | |
| key | id, | |||
| FVector | f | |||
| ) |  [virtual] | 
        
Inserts the entity to the storage manager.
| [in] | m | hazy model which is used when the approach is hazy, because we need to calculate eps value | 
| [in] | id | id of the entity | 
| [in] | f | feature vector of the entity | 
Implements Ondisk_Storage_Manager< FVector >.
 1.4.7