log sample.cpp @ 770:c54bc2ffbf92 tip

age author description
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
Thu, 22 Apr 2010 21:03:59 +0000 mas01cr simplify sample code slightly
Thu, 22 Apr 2010 21:03:47 +0000 mas01cr begin work on sampling API
Tue, 05 Jan 2010 16:44:06 +0000 mas01cr Sampling enhancements
Mon, 06 Jul 2009 11:52:21 +0000 mas01cr Decorate audioDB::error with the noreturn attribute
Wed, 24 Dec 2008 10:57:01 +0000 mas01cr No more trackOffsetTable api-inversion
Wed, 12 Nov 2008 15:23:29 +0000 mas01cr check return values of read() and write(), erroring out on an error gcc-4.3-cleanups
Tue, 19 Aug 2008 20:27:15 +0000 mas01mc Added indexing support for O2_FLAG_LARGE_ADB. Tested on indexed query by features. No indexed query-by-key yet. No --lsh_exact yet. large_adb
Mon, 07 Jul 2008 08:57:06 +0000 mas01cr Really finish with the sampling branch, this time merging all of it,
Thu, 03 Jul 2008 08:50:57 +0000 mas01cr Trivial fix for some compilers trying to be smart and noting a path
Wed, 02 Jul 2008 14:07:10 +0000 mas01cr Merge sampling branch (-r361:405, though I hope that the branch is now
Wed, 02 Jul 2008 13:53:23 +0000 mas01cr make the RNG a part of the audioDB object. sampling
Tue, 01 Jul 2008 22:17:33 +0000 mas01cr Use the GNU Scientific Library implementation of MT19937 for generating sampling
Tue, 01 Jul 2008 09:00:29 +0000 mas01cr Restore static decoration to yfun and yinv. sampling
Mon, 23 Jun 2008 09:49:22 +0000 mas01cr Let the user specify the number of samples to take on the command-line. sampling
Tue, 17 Jun 2008 12:27:01 +0000 mas01cr Make yinv and yfun not static, so that they can be called from gdb. sampling
Mon, 16 Jun 2008 17:17:11 +0000 mas01cr Small cleanups. sampling
Mon, 16 Jun 2008 11:59:43 +0000 mas01cr Parametrize nsamples (though not on the command-line yet) sampling
Mon, 16 Jun 2008 11:57:25 +0000 mas01cr Whoops. Fix EXTREMELY EMBARRASSING bug in distance computation. sampling
Mon, 16 Jun 2008 11:15:15 +0000 mas01cr Write y / yinv functions (using the GNU Scientific Library); use them sampling
Sat, 14 Jun 2008 17:13:26 +0000 mas01cr Add initial sampling of database distances. Zillions of FIXME comments sampling