From ISSS608-Visual Analytics and Applications
Jump to navigation
Jump to search
Our Application
VRshiny Application: You are welcomed to click the link here to try out our application VRshiny yourself. Have fun!
Design Concepts |
Dashboard |
1.Load data dashboard
This dashboard allows the user to load their data for using our app
It has to be highlighted that only categorical variables are accepted by arules package for doing association rule mining. We thus provided a functionality to transform the numeric variables and binary numeric variables to categorical variables first at the data importing stage.
The screen displays the original data uploaded and the transformed data (if it contains numeric variables)
The transformation process will be discussed in the next section on the detailed application designs.
|
|
2.Dashboard for generic market basket analysis
This dashboard is designed for the generic MBA analysis, where we allow the users to have an overview of the individual rules before they choose one particular area to investigate.
The zoom-in scatter plot, the network visualization and the data table will be filtered based on the selected box in the first overview scatterplot.
|
|