log reporter.h @ 497:9d8aee621afb api-inversion

age author description
Wed, 31 Dec 2008 15:44:16 +0000 mas01cr Move audioDB::query over to audioDB.cpp api-inversion
Wed, 24 Dec 2008 10:54:36 +0000 mas01cr Begin quelling the noise of reporter.h api-inversion
Mon, 01 Sep 2008 15:35:05 +0000 mas01cr Ugly hack upon ugly hack:
Tue, 19 Aug 2008 14:27:21 +0000 mas01mc Adding large_adb support (up to 1M tracks) large_adb
Wed, 06 Aug 2008 21:23:14 +0000 mas01mc Added reporters radius search via Web Services. The ordering for radius search is degenerate if usingQueryPoint, because the query point can only be counted once. This behaviour is changed by specifying -n 1 to emulate the trackAveragingReporter ordering behaviour
Tue, 29 Jul 2008 22:01:17 +0000 mas01mc Completed merge of lshlib back to current version of the trunk.
Tue, 01 Jul 2008 09:12:40 +0000 mas01cr Merge trunk changes -r326:386 into audiodb-debian branch. audiodb-debian
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
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:05:39 +0000 mas01cr Fix the segfault in the -Q nsequence reporter. The order is still the
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, 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.
Fri, 14 Dec 2007 14:26:15 +0000 mas01cr Don't let nans into reporters.
Thu, 13 Dec 2007 14:23:32 +0000 mas01cr Merge refactoring branch.
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