Mercurial > hg > svcore
log transform/FeatureExtractionModelTransformer.cpp @ 906:654990320867
age | author | description |
---|---|---|
Tue, 11 Mar 2014 17:29:44 +0000 | Chris Cannam | Use fixed-rate feature no directly as column number, rather than do a calculation that might introduce rounding error |
Wed, 29 Jan 2014 15:58:15 +0000 | Chris Cannam | Callback handler for additional models at end of processing tonioni |
Wed, 29 Jan 2014 09:31:22 +0000 | Chris Cannam | For outputs with unknown bin count or multiple bins with variable sample rate, create additional output models for bins beyond the first tonioni |
Tue, 28 Jan 2014 18:52:22 +0000 | Chris Cannam | Use a sparse time-value model only for outputs with fixed bin count of 1, not for those with unknown bin count. tonioni |
Tue, 28 Jan 2014 15:01:54 +0000 | Chris Cannam | Merge from tonioni branch tony_integration |
Wed, 11 Dec 2013 21:40:27 +0000 | Chris Cannam | Fix handling of negative frame times in returned features from plugin -- we don't handle them, so don't insert them into the model (instead of blowing up) |