Package 'EventDetectGUI'

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] , Paolo Aguilar [ctb], Andreas Bodendorfer [ctb], Christian Hoeffer [ctb], Akbar Shadakov [ctb]
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

Help Index


checkInputCorrectness

Description

Main Input checking function, calls all subChecks and creates User-Dialogs for the respective problems.

Usage

checkInputCorrectness(input)

Arguments

input

GUi Inputs

Value

TRUE for correct user input, FALSE for a faulty configuration


geccoIC2018Test

Description

2018s Test set of the gecco industrial challenge - http://www.spotseven.de/gecco/gecco-challenge/


geccoIC2018Train

Description

2018s train set of the gecco industrial challenge - http://www.spotseven.de/gecco/gecco-challenge/


Generate Server Part of GUI

Description

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.

Usage

getServer(input, output, session)

Arguments

input

shiny UI-input

output

shiny UI-output

session

shiny UI-session

Value

None


Defines the shiny UI-part of the GUI

Description

Generates the UI part of the GUI. This method is used internally in the starting process, manual use of this function is not advised.

Usage

getUIPage()

Value

None


Package Data Environment

Description

Data Environment for storage and variable exchange between functions

Usage

packageDataEnv

Format

An object of class environment of length 0.


runGUI

Description

Run the starting command of the EventDetectGUI. Opens the graphical shiny application through which the user can acess the algorithms and visualizations.

Usage

runGUI()

Value

None


stationBData

Description

Data for package testing purposes


xmlGetAllConfiguredControlElements

Description

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.

Usage

xmlGetRootElement()

Value

List with all configured preProcess, postProcess and algorithms as well as their respective parameters.