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

Public Member Functions | |
| Ondisk_Storage_Manager_Sparse (Hazy_Database *db_conn, struct ondisk_storage_spec *spec, struct hazy_model &hm) | |
| void | insertEntity (struct hazy_model &m, key e, SVector f) |
| Inserts the entity to the storage manager. | |
| Ondisk_Storage_Manager_Sparse::Ondisk_Storage_Manager_Sparse | ( | Hazy_Database * | db_conn, | |
| struct ondisk_storage_spec * | spec, | |||
| struct hazy_model & | hm | |||
| ) | [inline] |
| void Ondisk_Storage_Manager_Sparse::insertEntity | ( | struct hazy_model & | m, | |
| key | id, | |||
| SVector | 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< SVector >.
1.4.7