log src/DistanceMetric.cpp @ 172:30d59e1e4232 structure

age author description
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