Usage.Rmd
To start the app load the package and call the pandemonium function. Here we are using the example data included with the package. Check the description of the input requirements in the input vignette.
library(pandemonium)
pandemonium(b_anomaly$pred, b_anomaly$covInv, b_anomaly$wc, b_anomaly$exp)
The app has seven separate tabs described below.
Select the settings for clustering from the drop-down lists:
Below these settings you can also select the parameters used for the parameter space visualization: which parameter should be on the x- and y-axis, and what condition should be used for parameters not shown.
Next to these selections the tab contains four visualizations:
This tab contains a table summarizing information about the clusters and benchmark points:
This tab contains two plots that summarize the distance information:
This tab contains plots that show the coordinates in different displays:
Showing all points in 2D representations of the observable space, color is showing the cluster assignment. Three methods of dimension reduction are compared:
A tour display showing the cluster assignment of all points in the full observable space (left) or the first five principal components (right).