log python/indicators.py @ 962:64259b9885bf

age author description
Mon, 10 Aug 2015 01:06:59 -0400 Nicolas Saunier adding ability to deal with multivariate indicators
Thu, 06 Aug 2015 18:00:25 -0400 Nicolas Saunier update to indicator class
Tue, 30 Jun 2015 15:46:31 -0400 Nicolas Saunier corrected bug when loading indicator time intervals and updated how queries are created for better legibility dev
Mon, 29 Jun 2015 23:09:58 -0400 Nicolas Saunier corrected some errors for ttc dev
Mon, 29 Jun 2015 16:15:04 -0400 Nicolas Saunier cleaned imports in indicators.py dev
Wed, 20 May 2015 13:57:47 +0200 Nicolas Saunier corrected bug with circular import for VideoFilenameAddable, moved to base module
Mon, 18 May 2015 13:53:25 +0200 Nicolas Saunier some method name change and new methods for features in objects (MovingObject) and methods to access indicator values in interactions
Tue, 24 Mar 2015 18:11:28 +0100 Nicolas Saunier removed all issues because of tests with None, using is instead of == or !=
Tue, 17 Feb 2015 03:55:55 +0100 Nicolas Saunier major work on pPET and pet, issues remain for pPET computed with predicted trajectories
Mon, 27 Jan 2014 01:19:19 -0500 Nicolas Saunier generalized indicator LCSS with similarityFunc (thanks Mohamed)
Tue, 13 Aug 2013 23:36:45 -0400 Nicolas Saunier last changes for TRB14
Thu, 25 Jul 2013 16:01:12 -0400 Nicolas Saunier modifications to compute alignment for None indicators
Wed, 17 Jul 2013 18:19:08 -0400 Nicolas Saunier work on indicator similarity
Wed, 17 Jul 2013 01:29:25 -0400 Nicolas Saunier making indicator LCSS work
Mon, 15 Jul 2013 18:18:44 -0400 Nicolas Saunier work in progress for complete alignment
Mon, 15 Jul 2013 16:47:09 -0400 Nicolas Saunier lcss subclass for indicators
Mon, 15 Jul 2013 15:08:53 -0400 Nicolas Saunier implemented subsequence extraction and rearranged arguments
Thu, 20 Jun 2013 14:31:24 -0400 Nicolas Saunier first version of indicator saving to sqlite
Wed, 19 Jun 2013 23:35:24 -0400 Nicolas Saunier work in progress on storing indicator values
Tue, 07 May 2013 18:43:40 +0200 Nicolas Saunier Corrected a major bug for LCSS
Tue, 07 May 2013 02:02:55 +0200 Nicolas Saunier rearranged LCSS indicator functions
Thu, 11 Apr 2013 22:50:04 -0400 Nicolas Saunier solved issues to make the files importable (caution with getDLCSS)
Thu, 11 Apr 2013 22:46:33 -0400 Nicolas Saunier merged with Mohamed s work
Tue, 25 Dec 2012 02:20:25 -0500 Mohamed Gomaa Added a function to compute LCSS distance between two indcators
Tue, 02 Apr 2013 15:27:42 -0400 Nicolas Saunier bug correction, minor work on indicators
Sun, 27 Jan 2013 00:51:48 -0500 Nicolas Saunier first version of indicator LCSS
Sun, 27 Jan 2013 00:22:55 -0500 Nicolas Saunier simplified indicators (only non-measured values, whether measurable or not)
Sat, 26 Jan 2013 19:02:25 -0500 Nicolas Saunier Integrating Mohamed's changes
Fri, 21 Dec 2012 17:50:10 -0500 Nicolas Saunier modified indicator class (same interface)
Sun, 29 Jul 2012 04:09:43 -0400 Nicolas Saunier removed legacy code + tweaks
Thu, 26 Jul 2012 19:46:36 -0400 Nicolas Saunier added plotting of indicators
Wed, 18 Jul 2012 02:54:02 -0400 Nicolas Saunier moved the tests for indicators
Tue, 17 Jul 2012 00:15:42 -0400 Nicolas Saunier moved indicators to new file, added ExtrapolatedTrajectory class to extrapolation file