add note about external data

master
Clemens Klug 2018-06-12 19:54:46 +02:00
parent f48b0bf426
commit 846f467cd1
1 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,11 @@ When all log entries of a log file are processed, the \texttt{result} method ret
There are 23 classes implementing analysis functionality, partitioned into modules for generic use, Biodiv2go analysis, and filtering purposes. There are 23 classes implementing analysis functionality, partitioned into modules for generic use, Biodiv2go analysis, and filtering purposes.
The settings provided by the base class include access to the client connecting to the game's server.
This allows the Analyzers to fetch additional data like game configurations or media files.
The ActivityMapper analyzer already makes use of that.
In a similar fashion it is possible to load other external data like questionnaire spreadsheets.
\paragraph{Results}\label{par:result} are stored in a \texttt{Result} object (\texttt{analysis.analyzers.analyzer.\_\_init\_\_}). \paragraph{Results}\label{par:result} are stored in a \texttt{Result} object (\texttt{analysis.analyzers.analyzer.\_\_init\_\_}).
This class keeps track of the origin of the resulting data to allow filtering for results by arbitrary analyzing classes. This class keeps track of the origin of the resulting data to allow filtering for results by arbitrary analyzing classes.