Functions | |
| template<class T> | |
| void | produce_models (Hazy_Database *db_conn, struct ondisk_storage_spec *od_spec, int numOfEntityBetweenLowHigh, char *training_file_name, char *output_file_name, int dim) |
| This class is implemented to get low & high water values for read experiments We first train a model with k examples Then search on the entities to find low & high water values that produce # of tuples between low & high water which is p percent of all entities. | |
| int | main (int argc, char **argv) |
Variables | |
| double | lambda = 0.0001 |
| int | rSize = 1000 |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void produce_models | ( | Hazy_Database * | db_conn, | |
| struct ondisk_storage_spec * | od_spec, | |||
| int | numOfEntityBetweenLowHigh, | |||
| char * | training_file_name, | |||
| char * | output_file_name, | |||
| int | dim | |||
| ) |
This class is implemented to get low & high water values for read experiments We first train a model with k examples Then search on the entities to find low & high water values that produce # of tuples between low & high water which is p percent of all entities.
| double lambda = 0.0001 |
| int rSize = 1000 |
1.4.7