log

age author description
Sat, 15 Oct 2011 17:28:07 +0000 mas01mc Adding Kullback-Leibler divergence as alternate distance function
Thu, 02 Jun 2011 16:31:44 +0000 mas01cr Fix analogous signed/unsigned mistake in command-line binary
Thu, 02 Jun 2011 16:31:40 +0000 mas01cr More sample fix
Thu, 02 Jun 2011 16:31:35 +0000 mas01cr Fix for some sample bugs
Fri, 26 Nov 2010 09:58:09 +0000 mas01mc Improved lsh functionality- added multiprobe lsh algorithm from branches/multiprobeLSH and cleaned up lshlib code.
Fri, 26 Nov 2010 09:46:58 +0000 mas01mc Minor change for older version of ubuntu mkc_lsh_update
Fri, 26 Nov 2010 09:35:28 +0000 mas01mc A mostly cosmetic fix to query.cpp qpointers allocation, the byte-count vector_size was used a bit too liberally.
Fri, 26 Nov 2010 09:29:54 +0000 mas01mc Correction to test: assertion should be for dot product of 1 x 1 = 1. mkc_lsh_update
Fri, 26 Nov 2010 09:27:40 +0000 mas01mc Update tests for correct assertions, dot 1.1 = 1.insert(featData=test1, key=testfeature), this results from fixing strcmp for distance setting in pyadb.py
Fri, 26 Nov 2010 08:15:08 +0000 mas01mc Minor, somewhat cosmetic but currently wasteful, memory arithmetic in qpointers allocation mkc_lsh_update
Fri, 26 Nov 2010 08:06:11 +0000 mas01mc added queryFromData(), passes equivalence test with queryFromKey
Fri, 26 Nov 2010 08:05:48 +0000 mas01mc added queryFromData(), passes equivalence test with queryFromKey mkc_lsh_update
Fri, 26 Nov 2010 06:58:55 +0000 mas01mc Copied trunk python bindings -r 1110 to this branch. mkc_lsh_update
Thu, 25 Nov 2010 13:42:40 +0000 mas01mc Adding mkc_lsh_update branch, trunk candidate with improved LSH: merged trunk 1095 and branch multiprobe_lsh multiprobeLSH