Online Program

Return to main conference page

All Times EDT

Thursday, June 4
Data Visualization
Visualization for Big Data and AI
Thu, Jun 4, 10:00 AM - 11:35 AM
TBD
 

Protoshiny: Interactive Exploration of Dendrograms with Prototypes (308080)

*Jacob Bien, University of Southern California 
Andee Kaplan, Colorado State 

Keywords: hierarchical clustering, prototypes, interactive, shiny, d3

Clustering is one of the principal tools used by data analysts for uncovering the structure present within a data set. Hierarchical clustering is particularly popular since it can reveal multiple scales of groupings at once without forcing the data analyst to commit to a certain number of clusterings. However, hierarchical clustering's usefulness as a visualization tool is severely degraded by increasing data set sizes. We present an interactive tool that overcomes this difficulty, making hierarchical clustering useful for exploring data sets at scales of interest. Our tool is implemented using Shiny and D3.js and is based on minimax clustering, a method that associates a prototypical element with each node of a hierarchical clustering dendrogram.