An interactive visual exploration tool based on XmdvTool for linear model refinment
Linear models are commonly used to identify trends in data. While it is an easy task to build linear models using pre-selected variables, it is challenging to select the best variables from a large number of alternatives. Most metrics for selecting variables are global in nature, and thus not useful for identifying local patterns. In this work, we present an integrated framework with visual representations that allows the user to incrementally build and verify models in three model spaces that support local pattern discovery and summarization: model complementarity, model diversity, and model representivity. Visual representations are designed and implemented for each of the model spaces. Our visualizations enable the discovery of complementary variables, i.e., those that perform well in modeling different subsets of data points. They also support the isolation of local models based on a diversity measure. Furthermore, the system integrates a hierarchical representation to identify the outlier local trends and the local trends that share similar directions in the model space.
- Qt 4.8.1
- R 2.15.1
- Rtools 2.15
- RInside 0.2.10
It is strongly recommended to compile/build all the dependencies from source code using your system default c++ compiler, otherwise there will be linkage errors.
- Install R 2.15.1 and set enviornment variable R_HOME to the installation directory
- Install Qt 4.8.1 to your system
- Download Rtools 2.15 and install it, you may want to use the compiler comes with Rtools as your default compiler for this project. Then rebuild Qt libraries using it.
- Download RInside and follow the Embedding Qt Example to setup your Qt.
- Buid this project using Qt Creater
- Download R 2.15.1 source code and compile it using your system compiler
- Download Qt 4.8.1 to your system
- Download RInside and follow the Embedding Qt Example to setup your Qt.
- Buid the project