Description Usage Details Examples
View source: R/exportedFunctions.R
Launches a Shiny-based interface for the package in your browser.
1 |
The package SDEFSR
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.
1 2 3 4 5 6 | ## Not run:
library(SDEFSR)
SDEFSR_GUI()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.