log

age author description
Tue, 01 Jul 2008 09:00:29 +0000 mas01cr Restore static decoration to yfun and yinv. sampling
Mon, 30 Jun 2008 17:38:59 +0000 mas01mc fixed bug in Radius reporters where *worst* n tracks were being reporter, needed std::greater<Radresult> in priority_queue
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
Tue, 17 Jun 2008 11:43:40 +0000 mas01cr Add utility for quickly computing x_threshold value. 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
Mon, 16 Jun 2008 11:14:21 +0000 mas01cr Actually use the sequenceLength -l parameter passed on the command-line sampling
Sat, 14 Jun 2008 17:13:26 +0000 mas01cr Add initial sampling of database distances. Zillions of FIXME comments sampling
Sat, 14 Jun 2008 17:12:04 +0000 mas01cr Create a branch for work-in-progress sampling statistic generation (for sampling
Tue, 10 Jun 2008 16:22:52 +0000 mas01mc Fixed trackSequenceQueryNNReporter and trackSequenceQueryRadNNReporter so that order of point reporting is 0.8.9.anteindex
Mon, 09 Jun 2008 19:20:39 +0000 mas01mc Added new query type "onetoonensequence" for matching each query sequence to the single closest match in the database.
Mon, 19 May 2008 16:25:12 +0000 mas01cr Remove, I think, memory leaks from audioDB::batchinsert().
Mon, 19 May 2008 16:05:39 +0000 mas01cr Fix the segfault in the -Q nsequence reporter. The order is still the
Mon, 19 May 2008 15:59:20 +0000 mas01cr Add a test file for -Q nsequence. Currently fails hilariously.
Fri, 25 Apr 2008 17:40:19 +0000 map01bf added cmdline stubs for distance switch and skeleton methods for EMD
Fri, 25 Apr 2008 17:40:19 +0000 map01bf added cmdline stubs for distance switch and skeleton methods for EMD adding-emd
Mon, 21 Apr 2008 15:36:50 +0000 map01bf added a working osx makefile. user must change libsoap reference to reflect thei system.
Wed, 16 Apr 2008 09:59:43 +0000 mas01cr Commit patch deprecating the --size argument, replacing it with
Mon, 14 Apr 2008 15:36:29 +0000 map01bf merged in the trunk updates to the adding-emd branch, also added the emd.c and emd.h support files. Actually starting the feature integration now adding-emd
Sat, 12 Apr 2008 13:28:30 +0000 mas01mc Fixed side-effect error in trackSwquqnceRadNNReporter point reporter loop.
Fri, 11 Apr 2008 13:01:31 +0000 mas01mc Fixed bug in TrackSequenceRadNNReporter report() method that overflowed when number of retrieved points < pointnn
Mon, 31 Mar 2008 13:02:26 +0000 mas01cr Perform the incredibly tedious job of making the tests bash scripts,
Mon, 31 Mar 2008 11:52:59 +0000 mas01cr Detect when we've run out of per-file space on insert() and
Mon, 18 Feb 2008 10:47:03 +0000 mas01mc Added trackSequenceQueryRadNNReporter: orders retrieved tracks by one-to-one point counts per track and
Sun, 17 Feb 2008 16:39:57 +0000 mas01mc Slightly refactored the new trackSequenceQueryNNReporter so that it is a derived class of trackAveragingReporter. This reduces code duplication
Sun, 17 Feb 2008 14:56:02 +0000 mas01mc Added new query type: nsequence : this reports the n-nearest neighbours for each track in a sequence averaging query.
Mon, 28 Jan 2008 17:40:15 +0000 map01bf made a new branch for the addition of a earth movers distance function adding-emd
Mon, 17 Dec 2007 16:44:37 +0000 mas01cr Merge trunk changes -r314:325 audiodb-debian
Mon, 17 Dec 2007 16:17:45 +0000 mas01cr Improve copyright message from audioDB -H 0.8.preview
Mon, 17 Dec 2007 16:12:09 +0000 mas01cr Make x86-64 OS X machines build in 64-bit mode by default.
Fri, 14 Dec 2007 14:41:37 +0000 mas01cr Merge trunk changes -r290:313 into audiodb-debian branch. audiodb-debian
Fri, 14 Dec 2007 14:26:15 +0000 mas01cr Don't let nans into reporters.
Fri, 14 Dec 2007 12:51:25 +0000 mas01cr Some touchups to README.txt
Thu, 13 Dec 2007 14:28:54 +0000 mas01cr OK, time for trackSequenceQueryNN to die.
Thu, 13 Dec 2007 14:23:32 +0000 mas01cr Merge refactoring branch.
Thu, 13 Dec 2007 09:58:44 +0000 mas01cr More details in INSTALL.txt refactoring
Wed, 12 Dec 2007 16:47:19 +0000 mas01cr Fix up some 32/64-bit disagreements in printf() control strings. refactoring
Wed, 12 Dec 2007 16:43:04 +0000 mas01cr VERB_LOG macro into audioDB.h refactoring
Wed, 12 Dec 2007 11:10:48 +0000 mas01cr Template classize pointQueryReporter. refactoring
Wed, 12 Dec 2007 10:58:24 +0000 mas01cr OAOO for the trackPointQuery and trackSequenceQueryNN Reporter classes. refactoring
Wed, 12 Dec 2007 10:22:31 +0000 mas01cr Only one call to trackSequenceQueryNN() refactoring
Mon, 10 Dec 2007 20:01:43 +0000 mas01cr Proof of Reporter concept: restore pointQuery and trackPointQuery refactoring
Mon, 10 Dec 2007 18:25:55 +0000 mas01cr Code defensively in sequence_sum() refactoring
Mon, 10 Dec 2007 18:21:35 +0000 mas01cr Whoops. One unsigned -> off_t got missed refactoring
Mon, 10 Dec 2007 18:20:08 +0000 mas01cr 32-bit LARGEFILE support refactoring