Module 5 - Multivariate Idioms and Data Reduction Flashcards

1
Q

Multivariate Idioms (V1)

A

Visualization Idioms for Multivariate data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Scatter Plot (V1)

A

Data: 2 Quantitative Attributes
Mark: Points
Channel: Horizontal + Vertical Position
Tasks: Trends,Outliers,Distribution,Correlation,Clusters
Scalability = 100s of items

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Scatter Plot Matrix (SPLOM) Scalability (V1)

A

Color Categories of Data, Reduce Size of Each point, and reduce transparency of each point and make diagonal scatter plots into matrix kernel density plots

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Parallel Coordinate Plots (PCP) (V1)

A

Look at values of columns at each row, and show visual relation to other columns

  • order of axis/columns matters, as to extract and analyse trends, we need to find an ordering of the attributes that provides us with the most interesting patterns to generate those insights

Scalability = bundle the trajectories (multiple lines, but cannot track individual lines) or blending & transparency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Radar Plots (V1)

A

variant of PCP, but arranged as a polygon.

*better at comparing attributes (due to the shape)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Flexible Linked Axis (V1)

A

each variable is represented as a polygon, connections are represented as line

*very complex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Icons/Glyphs (V1)

A

map multi dimensional data to properties of graphics object

*intuitive and straight forward

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why need Data Reduction? (V2)

A

Screen resolution is limited - cannot represent each individual point on the screen, especially for large datasets

Additionally, complexity (readability and interpretation) is also another issue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Data Reduction Techniques (V2 + V3)

A
  1. Filter
    - eliminating elements, display less info.
    * if elements not visible, then doesn’t exist

a. Items
- removing rows, keeping no. attributes same
- tight loop between encoding and interaction (show immediate result of filtering). promotes exploration
-> Scented Widgets

b. Attributes
- removing attributes, no. rows do not change
- use attribute ordering, remove similar/correlated attributes that do not generate new insights

  1. Aggregating
    - generating representatives to summaries dataset,
    * details are lost

a. Items
- merge together groups of similar items, represents data/rows with a single mark
-> clustering

b. Attributes
- summaries attributes without changing number of rows
Dimensionality Reduction (preserve meaningful structure of dataset while using fewer attributes)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly