Mercurial > hg > audiodb
comparison index.cpp @ 296:f922c234462f
fixed file size allocation for FORMAT2 files. Made LSH index size() in bytes an unsigned long long. Changed the name of lsh_inCore flag to lsh_on_disk (to reverse the sense of the 'flag').
author | mas01mc |
---|---|
date | Fri, 01 Aug 2008 15:04:31 +0000 |
parents | d9a88cfd4ab6 |
children | 8cec6eb40526 |
comparison
equal
deleted
inserted
replaced
295:9347d74a2578 | 296:f922c234462f |
---|---|
120 printf("INDEX: seqlen %d\n", sequenceLength); | 120 printf("INDEX: seqlen %d\n", sequenceLength); |
121 printf("INDEX: lsh_w %f\n", lsh_param_w); | 121 printf("INDEX: lsh_w %f\n", lsh_param_w); |
122 printf("INDEX: lsh_k %d\n", lsh_param_k); | 122 printf("INDEX: lsh_k %d\n", lsh_param_k); |
123 printf("INDEX: lsh_m %d\n", lsh_param_m); | 123 printf("INDEX: lsh_m %d\n", lsh_param_m); |
124 printf("INDEX: lsh_N %d\n", lsh_param_N); | 124 printf("INDEX: lsh_N %d\n", lsh_param_N); |
125 printf("INDEX: lsh_C %d\n", lsh_param_ncols); | |
125 printf("INDEX: lsh_b %d\n", lsh_param_b); | 126 printf("INDEX: lsh_b %d\n", lsh_param_b); |
126 printf("INDEX: normalized? %s\n", normalizedDistance?"true":"false"); | 127 printf("INDEX: normalized? %s\n", normalizedDistance?"true":"false"); |
127 fflush(stdout); | 128 fflush(stdout); |
128 | 129 |
129 | 130 |