Mercurial > hg > audiodb
log query-indexed.cpp @ 529:e532666226bc multiprobeLSH
age | author | description |
---|---|---|
Fri, 30 Jan 2009 14:58:35 +0000 | mas01mc | Fixed a problem with inserting into exact_evaluation_queue, duplicate pairs were being inserted when querying multiple hashtables. That is now fixed by adding a unique constraint using set<PointPair> inserts and testing. This should speed things up quite a bit (like, 10-fold with default num tables). multiprobeLSH |
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 |