add note about external data
parent
f48b0bf426
commit
846f467cd1
|
|
@ -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.
|
||||
|
||||
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\_\_}).
|
||||
This class keeps track of the origin of the resulting data to allow filtering for results by arbitrary analyzing classes.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue