We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1e844 commit bcf045dCopy full SHA for bcf045d
1 file changed
doc/source/tutorials/AnalyzerResult.rst
@@ -1,11 +1,14 @@
1
.. This file is part of TimeSide
2
@author: Thomas Fillon
3
4
-==========================
5
- Analyzer Result examples
6
+========================
+Data management examples
7
+
8
+`AnalyzerResult` is the python data structure specific to TimeSide that embeds all the data resulting from a given analyzer processors after a run.
9
+It is thus the base object to access the analysis results and all the corresponding metadata.
10
-Example of use of the Analyzer Result structure
11
+Bellow are examples of use of the Analyzer Result structure.
12
13
Usage : AnalyzerResult(data_mode=None, time_mode=None)
14
0 commit comments