Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building Interactive Data Visualization Systems: A Tool for Light Curve Exploration

Zhe Wang
January 13, 2016
190

Building Interactive Data Visualization Systems: A Tool for Light Curve Exploration

Zhe Wang

January 13, 2016
Tweet

Transcript

  1. Building Interactive Data Visualization Systems: A Tool for Light Curve

    Exploration Zhe Wang PhD Student Department of Computer Science University of Arizona
  2. Data Exploration • First step before a formal data analysis

    • Help the user to get familiar with the dataset • Ask questions you may not even have raw data collection data cleaning data exploration Design models & algorithms Data product
  3. Problem 1: Speed up PCA Calculation • Data Cube •

    Precompute the intermediate parameters that will be used by PCA • Example (http://vis.stanford.edu/projects/immens/)
  4. Speed up PCA calculation • Covariance Matrix a b c

    … … … extra space for each row in the data cube for d-dimension dataset
  5. Speed up PCA Plotting • Specialized Data Structure (For extremely

    large dataset) 10 20 (5, 20) (5, 15) (15, 20) (5, 10) (10, 15)
  6. Build an interactive visualization system • Overview of the entire

    dataset + linked charts showing details of subsets. • SVG or Canvas or WebGL? • Special Data Structure