Mercurial > hg > audiodb
comparison audioDB.h @ 471:add65705e655
added --no_unit_norming to SOAP interface, added this case to tests/0041
author | mas01mc |
---|---|
date | Tue, 06 Jan 2009 07:02:11 +0000 |
parents | f283448a40db |
children | f9d86b1db21c |
comparison
equal
deleted
inserted
replaced
467:51d02229288f | 471:add65705e655 |
---|---|
60 #define COM_QUERYPOWER "--power" | 60 #define COM_QUERYPOWER "--power" |
61 #define COM_RELATIVE_THRESH "--relative-threshold" | 61 #define COM_RELATIVE_THRESH "--relative-threshold" |
62 #define COM_ABSOLUTE_THRESH "--absolute-threshold" | 62 #define COM_ABSOLUTE_THRESH "--absolute-threshold" |
63 #define COM_EXHAUSTIVE "--exhaustive" | 63 #define COM_EXHAUSTIVE "--exhaustive" |
64 #define COM_LSH_EXACT "--lsh_exact" | 64 #define COM_LSH_EXACT "--lsh_exact" |
65 #define COM_NO_UNIT_NORMING "--no_unit_norming" | |
65 | 66 |
66 // Because LSH returns NN with P(1)<1 we want to return exact | 67 // Because LSH returns NN with P(1)<1 we want to return exact |
67 // points above this boundary. | 68 // points above this boundary. |
68 // Because we work in Radius^2 units, | 69 // Because we work in Radius^2 units, |
69 // The sqrt of this number is the multiplier on the radius | 70 // The sqrt of this number is the multiplier on the radius |