Title: | Graphical User Interface for the 'EventDetectR' Package |
---|---|
Description: | A graphical user interface for open source event detection. |
Authors: | Sowmya Chandrasekaran [aut, cre], Margarita Rebolledo [aut],
Frederik Rehbach [aut], Steffen Moritz [aut]
|
Maintainer: | Sowmya Chandrasekaran <[email protected]> |
License: | GPL-3 |
Version: | 0.3.0 |
Built: | 2025-02-12 04:41:51 UTC |
Source: | https://github.com/cran/EventDetectGUI |
Main Input checking function, calls all subChecks and creates User-Dialogs for the respective problems.
checkInputCorrectness(input)
checkInputCorrectness(input)
input |
GUi Inputs |
TRUE for correct user input, FALSE for a faulty configuration
2018s Test set of the gecco industrial challenge - http://www.spotseven.de/gecco/gecco-challenge/
2018s train set of the gecco industrial challenge - http://www.spotseven.de/gecco/gecco-challenge/
Generates the server part of the GUI. This method is used internally in the starting process of the GUI. Manual use of this function is not advised.
getServer(input, output, session)
getServer(input, output, session)
input |
shiny UI-input |
output |
shiny UI-output |
session |
shiny UI-session |
None
Generates the UI part of the GUI. This method is used internally in the starting process, manual use of this function is not advised.
getUIPage()
getUIPage()
None
Data Environment for storage and variable exchange between functions
packageDataEnv
packageDataEnv
An object of class environment
of length 0.
Run the starting command of the EventDetectGUI. Opens the graphical shiny application through which the user can acess the algorithms and visualizations.
runGUI()
runGUI()
None
Parses the config.xml file. Reads all entries for preProcess, postProcess and algorithm For each configured entrie, a list with the entries name and all of its configurable parameters is returned.
xmlGetRootElement()
xmlGetRootElement()
List with all configured preProcess, postProcess and algorithms as well as their respective parameters.