Difference between revisions of "Group15 application&user-guide"
Kyzhang.2019 (talk | contribs) |
|||
Line 31: | Line 31: | ||
<br> | <br> | ||
<div> | <div> | ||
+ | ==Our Application== | ||
+ | [https://xinrubaobao.shinyapps.io/Covid19/ VRshiny Application: You are welcomed to click the link here to try out our application VRshiny yourself. Have fun!] | ||
+ | <table> | ||
+ | <table border='1'> | ||
+ | <tr> | ||
+ | <th>Design Concepts</th> | ||
+ | <th>Dashboard</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><b>1.Load data dashboard</b> | ||
+ | This dashboard allows the user to load their data for using our app | ||
+ | <br> | ||
+ | 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. | ||
+ | <br> | ||
+ | The screen displays the original data uploaded and the transformed data (if it contains numeric variables) | ||
+ | |||
+ | <br> | ||
+ | The transformation process will be discussed in the next section on the detailed application designs. | ||
+ | |||
+ | </td> | ||
+ | <td>[[File:VRshiny_report_grp8_files_image013.png|700px|center]]</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> <b>2.Dashboard for generic market basket analysis</b> | ||
+ | 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. | ||
+ | |||
+ | <br> | ||
+ | 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. | ||
+ | |||
+ | </td> | ||
+ | <td>[[File:VRshiny_report_grp8_files_image015.png|700px|center]]</td> | ||
+ | </tr> | ||
</div> | </div> |
Revision as of 22:13, 26 April 2020
Our Application
Design Concepts | Dashboard |
---|---|
1.Load data dashboard
This dashboard allows the user to load their data for using our app
|
|
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.
|