Mercurial > hg > audiodb
log audioDB.cpp @ 17:6d899df0cfe4
age | author | description |
---|---|---|
Fri, 10 Aug 2007 04:52:33 +0000 | mas01mc | added Euclidean distance for sequences with -R (--radus) (via dot product of unit norm vectors), re-worked L2-norm behaviour, fixed a load of bugs there, fixed shingle norming. Cosine dist sequence match not working now because of L2 norm behaviour |
Thu, 02 Aug 2007 11:34:27 +0000 | mas01cr | Merged trunk changes -r14:29 onto audiodb-debian branch audiodb-debian |
Thu, 26 Jul 2007 14:56:47 +0000 | mas01mc | fixed keyList loop logic for segment search |
Thu, 26 Jul 2007 14:08:11 +0000 | mas01mc | fixed keyList logic (in sequence match only) to avoid halting just because the database's last key was visited before end of keylist sequence. |