Mercurial > hg > audiodb
log
age | author | description |
---|---|---|
Thu, 31 Jul 2008 19:26:04 +0000 | mas01mc | added cap on number of vectors per track to index: this cap is set relative to the maximum pointID available in the dual <trackID,pointID> indexing scheme that is used to identify points and tracks using a single 32-bit unsigned integer that is passed to lshlib. |
Wed, 30 Jul 2008 18:00:50 +0000 | mas01mc | fixed UNIT_TEST_LSH.cpp to work with refactored lshlib and fixed default LSH file FORMAT on serialization. |
Wed, 30 Jul 2008 15:22:22 +0000 | mas01mc | Refactored LSH interface to separate hashfunctions and parameters from insertion/retrieval/serialization |
Tue, 29 Jul 2008 22:01:17 +0000 | mas01mc | Completed merge of lshlib back to current version of the trunk. |
Tue, 22 Jul 2008 20:09:31 +0000 | mas01mc | Adding to tests/pointset_test OCTAVE function to plot LSH retrieval characteristic from test output |
Tue, 22 Jul 2008 18:04:04 +0000 | mas01mc | slight modification of LSH point_set testing |