]> git.parisson.com Git - timeside-diadems.git/commit
refactor(analyzer.core): refactor AnalyzerResult
authorThomas Fillon <thomas@parisson.com>
Mon, 23 Jun 2014 22:47:14 +0000 (00:47 +0200)
committerThomas Fillon <thomas@parisson.com>
Mon, 23 Jun 2014 22:47:14 +0000 (00:47 +0200)
commit041c2cbce55a9798001647e806aff263b46a3872
treeb7133c37dee00fe5ae658589950e55e0cb1f5a59
parentadba313f046fab77224495f37a6ad55682f2e230
refactor(analyzer.core): refactor AnalyzerResult

- Put frame_metadata and label_metadata inside data_object
- No more subclasses for analyzerResult
- Put subclasses in data_object (subclasses of DataObject: one per (data_mode, time_mode) combination
- Add 'y_value' and 'y_unit' key for data_object (to deal with 2D array where the y-value is a data and may have a unit like spectrogram (y_value = frequnecies, y_unit=Hz))
timeside/analyzer/irit_monopoly.py
timeside/analyzer/irit_speech_4hz.py
timeside/analyzer/irit_speech_entropy.py