log src/DistanceMetric.cpp @ 246:aac9ad4064ea subsequence tip

age author description
Thu, 02 Jul 2020 17:26:58 +0100 Chris Cannam Stub out SubsequenceMatchVampPlugin subsequence
Wed, 09 Sep 2015 09:57:57 +0100 Chris Cannam More copyright updates, add CITATION file v1.0
Fri, 27 Feb 2015 14:14:42 +0000 Chris Cannam Naming
Fri, 27 Feb 2015 09:07:54 +0000 Chris Cannam Increase noise for compact types re-minimise
Fri, 27 Feb 2015 08:55:39 +0000 Chris Cannam Fix tests re-minimise
Thu, 26 Feb 2015 15:51:50 +0000 Chris Cannam Print some info about scale range, so we can work out what scale factor to use re-minimise
Thu, 26 Feb 2015 10:38:59 +0000 Chris Cannam Fix tests re-minimise
Thu, 26 Feb 2015 10:28:23 +0000 Chris Cannam Code now builds, DistanceMetric tests fail re-minimise
Thu, 26 Feb 2015 09:55:28 +0000 Chris Cannam Some fixes (still does not yet build) re-minimise
Thu, 19 Feb 2015 17:17:20 +0000 Chris Cannam Toward allowing types to be small again. Doesn't currently build re-minimise
Thu, 19 Feb 2015 16:14:33 +0000 Chris Cannam Build with -Wconversion tuning-rescale
Thu, 29 Jan 2015 10:55:24 +0000 Chris Cannam Default is actually Manhattan, not Euclidean (it just looks like squared-Euclidean for energy vectors). Add Euclidean as another alternative. refactors
Thu, 29 Jan 2015 10:25:47 +0000 Chris Cannam Implement distance metric selection (euclidean or cosine) refactors
Thu, 22 Jan 2015 17:25:24 +0000 Chris Cannam Make noise a parameter in DistanceMetric (though not exposed in plugin etc yet) refactors
Fri, 16 Jan 2015 16:43:56 +0000 Chris Cannam Add a constant value (representing "noise") to each distance and sum noise
Fri, 16 Jan 2015 10:18:00 +0000 Chris Cannam Transplant the distance metric parameter structure from silence_penalty branch (even though normalisation is currently the only thing in it) refactors
Thu, 15 Jan 2015 17:29:49 +0000 Chris Cannam Attempt naive silence penalty -- not currently working, but the plots are food for thought silence_penalty
Thu, 08 Jan 2015 12:11:27 +0000 Chris Cannam Separate out the raw & conditioned feature outputs (previously only conditioned was available, but we want raw for our tests). Plus some optional debug output refactors
Thu, 11 Dec 2014 14:09:54 +0000 Chris Cannam Distance metric tests refactors
Fri, 05 Dec 2014 10:05:31 +0000 Chris Cannam Add OutputDerivative, for completeness, & make DistanceMetric cope with negative feature values refactors
Tue, 18 Nov 2014 16:35:15 +0000 Chris Cannam distYSize no longer needed, and some tidying and checks refactors
Thu, 13 Nov 2014 14:43:03 +0000 Chris Cannam Replace char dist (inc dir in masked section) with float dist + separate dir refactors
Thu, 13 Nov 2014 09:50:14 +0000 Chris Cannam Move source to src refactors base DistanceMetric.cpp@e3d577db9732