ISSS608 2016-17 T3 Group8 Arules Application

From Visual Analytics and Applications
Jump to navigation Jump to search

Group eight Logo.png A Visual Application for Better Business Decision Making

Introduction

Project Proposal

Final Report

Application

 


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.

VRshiny report grp8 files image013.png
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.

VRshiny report grp8 files image015.png
3.Dashboard for Targeted ARM

This dashboard is designed for the targeted ARM analysis. Since the targeted ARM already has an targeted item of interest, we skipped the stats explorer part but added in more interactive features for the users to calibrate the model and investigate the items of their interest.

For example, the user can choose to view only the association network of the rules leading to a specific target variable.


A datatable indicating the three interestingness measures of each rule is included at the bottom of the network graph visualization.

VRshiny report grp8 files image017.png