-
Notifications
You must be signed in to change notification settings - Fork 1
Guides' Definitions
Liran Funaro edited this page May 11, 2017
·
1 revision
- Experiment file – a file containing the experiment data
- Model – a type of graph. E.g. – line, heat map, step etc
- Input Parameters – the input fields with the available options. Defined per model. (e.g. dropdown menu with all the machine names)
- Selected parameters – the parameters selected by the user from the input parameter (e.g. "time_stamp")
- Preset – contains a name, the graph model, and the selected parameters (e.g. line, time_stamp, performance)
- Graph – a visual representation of the selected model and input parameters
- Plugin – a python file which can be written by the user. Contains a definition for a graph model and input parameters