Mercurial > hg > audiodb
log query-indexed.cpp @ 528:561339c7fd26 multiprobeLSH
age | author | description |
---|---|---|
Thu, 29 Jan 2009 13:44:47 +0000 | mas01mc | Added audiodb_datum_qpointers_partial() to make exact evaluation of LSH results more efficient. This routine calculates partial sums only for those vectors needed. multiprobeLSH |
Wed, 28 Jan 2009 18:55:46 +0000 | mas01mc | Added more debugging information: report numPairs returned from LSH bucket retrieval (pre-distance computation), entry/exit from audiodb_query_spec_qpointers(...) multiprobeLSH |
Fri, 23 Jan 2009 21:44:32 +0000 | mas01mc | Added hook for dumping LSH INDEX tables on load via compile-time switch: -DLSH_DUMP_CORE_TABLES |
Thu, 15 Jan 2009 13:57:33 +0000 | mas01cr | Code rearrangements to tease apart library code from C++ audioDB code. |