log src/Matcher.h @ 246:aac9ad4064ea subsequence tip

age author description
Thu, 02 Jul 2020 17:26:58 +0100 Chris Cannam Stub out SubsequenceMatchVampPlugin subsequence
Thu, 02 Jul 2020 16:29:39 +0100 Chris Cannam Add a full-DTW implementation for subsequence experiments subsequence
Fri, 10 Jun 2016 11:50:31 +0100 Chris Cannam Make memory statistics available
Wed, 09 Sep 2015 09:57:57 +0100 Chris Cannam More copyright updates, add CITATION file v1.0
Fri, 27 Feb 2015 14:10:50 +0000 Chris Cannam Clip cost when adding increment in direction comparison as well as when updating
Fri, 27 Feb 2015 12:21:58 +0000 Chris Cannam Rename getRowRange/getColRange to make nature of arg clearer memory
Fri, 27 Feb 2015 12:09:43 +0000 Chris Cannam Make isRowAvailable/isColAvailable operate on first matcher only memory
Fri, 27 Feb 2015 11:38:04 +0000 Chris Cannam Stats memory
Thu, 26 Feb 2015 15:52:16 +0000 Chris Cannam Normalised path costs should use a different type from un-normalised ones (because they are in a different range) re-minimise
Thu, 26 Feb 2015 12:19:17 +0000 Chris Cannam distance_t * diagonalWeight might not fit in distance_t; use pathcost_t for it. Also remove C-style casts. re-minimise
Thu, 26 Feb 2015 10:48:36 +0000 Chris Cannam Types.h -> MatchTypes.h re-minimise
Thu, 19 Feb 2015 16:57:19 +0000 Chris Cannam Start using properly-named types types
Thu, 19 Feb 2015 16:45:42 +0000 Chris Cannam Introduce (though don't use properly) types header; get to build types
Fri, 06 Feb 2015 13:07:30 +0000 Chris Cannam Tidy up structure
Fri, 23 Jan 2015 14:55:19 +0000 Chris Cannam More cost query methods structure
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, 18 Dec 2014 17:56:54 +0000 Chris Cannam The finder is supposed to use normalised path-cost when calculation expand direction (as in Java implementation). Also, provide a way to query the forward path. refactors
Thu, 04 Dec 2014 15:59:31 +0000 Chris Cannam Sample rate and fft size no longer needed in Matcher parameters refactors
Thu, 04 Dec 2014 13:23:10 +0000 Chris Cannam Feature size is not actually needed in Matcher feature_conditioner
Thu, 27 Nov 2014 16:50:14 +0000 Chris Cannam Tidy refactors
Thu, 27 Nov 2014 10:49:11 +0000 Chris Cannam Expose diagonal weight as a parameter refactors
Wed, 19 Nov 2014 14:14:52 +0000 Chris Cannam Remove more friend-classes cheap_diagonals
Wed, 19 Nov 2014 11:59:03 +0000 Chris Cannam Pull out feature extractor calls from Matcher, remove MatchFeeder, have only the feeder-from-features and use that in MatchVampPlugin refactors
Wed, 19 Nov 2014 10:18:19 +0000 Chris Cannam Pull up Matcher set/get to public API, use only public API in Finder refactors
Wed, 19 Nov 2014 09:17:58 +0000 Chris Cannam Encapsulate get/set, add range and init checks refactors
Tue, 18 Nov 2014 16:35:15 +0000 Chris Cannam distYSize no longer needed, and some tidying and checks refactors
Fri, 14 Nov 2014 13:55:52 +0000 Chris Cannam Merge from branch "refactors_no_float" refactors
Fri, 14 Nov 2014 10:09:10 +0000 Chris Cannam If the distance metric is a float, the total path cost should be a double (otherwise discriminatory precision is lost as the overall total accumulates) refactors
Fri, 14 Nov 2014 09:02:32 +0000 Chris Cannam Comment refactors_no_float
Fri, 14 Nov 2014 09:02:32 +0000 Chris Cannam Comment refactors
Thu, 13 Nov 2014 15:09:04 +0000 Chris Cannam Some fixes: int -> float 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 13:59:41 +0000 Chris Cannam refactor: Remove unused declaration refactors
Thu, 13 Nov 2014 13:53:52 +0000 Chris Cannam refactor: m_ prefix refactors
Thu, 13 Nov 2014 13:43:37 +0000 Chris Cannam refactor: Group public/protected in a more typical C++ style refactors
Thu, 13 Nov 2014 13:19:53 +0000 Chris Cannam Fix to resizing logic. Regression test passes. refactors
Thu, 13 Nov 2014 12:50:54 +0000 Chris Cannam Make use of FeatureExtractor in Matcher refactors
Thu, 13 Nov 2014 09:50:14 +0000 Chris Cannam Move source to src refactors base Matcher.h@8a73e99cdeba