Mercurial > hg > audiodb
diff QueryADB.py @ 512:6439cfba2524 memory-leaks
Implemented correct LSH table via compile-time switch -DLSH_DUMP_CORE_TABLES. Dumps on LSH load.
author | mas01mc |
---|---|
date | Fri, 23 Jan 2009 18:45:44 +0000 |
parents | 081ced1b2da2 |
children |
line wrap: on
line diff
--- a/QueryADB.py Sun Jan 11 04:24:24 2009 +0000 +++ b/QueryADB.py Fri Jan 23 18:45:44 2009 +0000 @@ -286,7 +286,7 @@ pointNN = '20' trackNN = '5' seqLen = argv[5] - queryRadius = '0.2' + queryRadius = '0.1' else: featureFile = 'foo.chr12' powerFile = 'foo.power' @@ -295,7 +295,7 @@ pointNN = '3' trackNN = '5' seqLen = '10' - queryRadius = '0.2' + queryRadius = '0.1' message = FEATURE_QUERY_TEMPLATE message = FEATURE_QUERY_TEMPLATE%(dbName, featureFile, "", "", powerFile, qType, qPos, pointNN, trackNN, seqLen, queryRadius, '0.0', '0.0', '0', '1','0')