Learn R Programming

SDR (version 0.7.0.0)

SDR_GUI: Launch a web interface for use the algorithms easily.

Description

Launches a Shiny-based interface for the package in your browser.

Usage

SDR_GUI()

Arguments

Details

The package SDR provide simple, shiny-based web interface for performs the taks easily. The interface only work with new datasets loaded directly in the platform.

The web application is structured as follows:

  • The first you have to do is load your training and test files. This files must be valids KEEL format files.
  • After chose your datasets, you can view information about the dataset or execute the algorithm
  • You can choose the target variable or the variable to visualize and choose the target value or execute the algorithm for all the values.
  • Choosed the target variable, you can choose the algorithm to execute and change his parameters with the controls provided.
  • After you can execute the algorithm. The results are exposed in three tabs that are at the top of the page, just at the right of the "Exploratory Analysis" tab.

The tables can be sorted for each value and also you can search and filter values.

Examples

Run this code
## Not run: 
# library(SDR)
# SDR_GUI()
# ## End(Not run)

Run the code above in your browser using DataLab