Midterm 2 Flashcards

(86 cards)

1
Q

What are the primary data types?

A

1-dimensional
* 2-dimensional
* 3-dimensional
* Multi-dimensional
* Temporal
* Tree
* Network
* Text
* Categorical

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

What is 1D Data?

A

Usually a list

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

What are the concerns with 1D Data?

A

Space and cognition concerns

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

What are some ways to lessen the concerns of 1D Data?

A
  1. Grouping
  2. Hierarchical arrangement
  3. Fish eye design
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the pros of 1D design solutions?

A
  • Reduce the required space for
    displaying the whole list
  • Make the search more efficient
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the cons of 1D design solutions?

A
  • Require additional knowledge/information to organize
    the list
  • Where to put the divider, how to build a hierarchy
  • Navigation could be an issue
  • Fisheye display is a non-linear mapping between information
    space (e.g., spatial presentation) and interaction control space
    (e.g., mouse movement)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is 2D data?

A

Documents, tables, maps, etc.

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

What is the problem with 2D data?

A

Balance between detail and context

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

Focused Content

A

What users are intreseted in

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

Context information

A

What users may need to know about the contexts of focused contents

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

What are the basic techniques?

A
  1. What the size of something is according to users interests
  2. Context on demand
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is an example of distortion?

A

Fisheye views

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

What is an example of multiple scales?

A

Overviews

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

What are two examples of context on demand?

A

Switch between two discrete states and continuous zooming

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

What are the pros of context on demand?

A

Allowing the access to both context and content information

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

What are the cons of context on demand?

A
  • Increasing cognitive burdens
  • Interactive control over views needs to be intuitive
    enough.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is real 3D spatial data?

A

Physically mapped to real-world phenomena

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

What is artificial 3D spatial data?

A

Mapping is defined by users/desginers

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

What are the challenges of displaying 3D data?

A
  1. How to leverage the depth information to help people?
  2. Type 1
  3. Type 2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is a type 1 challenge when displaying 3D data?

A
  • Natural spatial mapping
  • Focus is on other attributes: color, shape, etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is a type 2 challenge when displaying 3D data?

A
  • What attributes to use for three axes?
  • How to represent other attributes?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What are the pros of 3D design?

A
  • More useful space for richer information
  • Making information more interesting and fun
  • Easy connection between real-world phenomena and
    visualized objects
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What are the cons of 3D design?

A
  • Navigation could be challenging
  • Interpreting certain 3D relationships could be cognitively
    expensive
  • Slow down the machine dramatically.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What is an example of multi-dimensional data?

A
  • A user on facebook
    – A possible design for
    airplane wing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is the most common multi-dimensional design
Parallel coordinates
26
What are the pros of multi-dimensional design?
- Can accommodated many dimensions – Can deal with both numerical and categorical data – Support the observation of relationship among dimensions (correlation)
27
What are the cons of multi-dimensional design?
- Required trained eyes to read the chart – Location of dimensional axes affects the perception of the result.
28
What are two types of tree design?
1. Hyperbolic tree 2. Space tree
29
Different levels in analysis of Text
Corpora ➔ Corpus ➔ Document cluster➔ Document ➔ Word
30
Corpora
All emails of DNC web server
31
Corpus
all emails by a person
32
Document cluster
messages on one specific issue
33
Document
a particular email message
34
Word
individual words
35
What to display?
Raw text * Relationship among entities * Summarization of text * Measures * Criteria
36
Measures
Words and frequency
37
Criteria
temporal evolution, group comparison, etc.
38
Raw text
The content of documents, codes, books, etc.
39
What are the issues with raw text
* Focus + Context * Type of text * Comparing text * Topics of documents
40
Topics of A Corpus
Using natural linguistic processing (NLP) tools
41
Topic
bag-of-word with high frequencies of occurrence
42
Large scale level
document collections, not a specific document
43
What are the limitations of a word cloud?
* Size of word collection * Control of stop words
44
Geospatial data
Data about objects, events, activities, etc. Data with attributes on locations
45
Geospatial data visualization
Visualizing certain data attributes by mapping location attributes to a map
46
Types of Geospatial Visualization
Vector-based Raster-Based
47
What are the two types of vector-based geospatial visualization?
Shapes Scalable
48
What are the two types of Rasetr-based geospatial visualization?
Pixels (bitmap) Non-scalable
49
What is a popular raster-based visualization method?
Heatmaps
50
What are the pros of heat maps?
* Showing complex data distribution in one view * Using different mapping functions * Data prepared offline (good to very large datasets)
51
What are the cons of heat maps?
* Static, usually * Limited user interactions * Non-scalable (poor visual results at certain scales) * Poor transparency of mapping functions.
52
What is a popular vector-based geo-visualization method?
Choropleth Map
53
What is a Choropleth Map?
* Geographic areas filled with color based on aggregated data at a scale level * Geographic objects (e.g., areas, lines, points) are drawn based on data from shape files.
54
What are the pros of a Choropleth Map?
* Very interactive: color, area, * Flexible on visualized attributes * Availability of shape data
55
What are the cons of a Choropleth Map?
Matching between attribute and shape data
56
Cartogram
GeoVisualization Design size of areas are proportional to an attribute value).
57
What are the two general approaches for analysis?
Top-down Bottom-up
58
Top-down
* Template matching, model fitting, * Filling the blank with provided information
59
Bottom-up
* Building a model, an explanation, * Extracting and connecting useful concepts based on provided information
60
Top-down Steps
1. Have a hypothesis based on certain guidance, theory, experience, etc. 2. Know what types of information to search 3. Find and analyze information 4. Confirm the hypothesis 5. Or refine the hypothesis and start the process again
61
Pros of the Top-down approach
* Efficient: search can be more purposeful * Reliable: solid theories (usually) * Logical: theories, again
62
Cons of the Top-down approach
* Restrict data requirement * Availability, quality, quantity * Overreliance on the hypothesis (prone to errors or biases
63
Bottom-up Steps
1. Have data 2. Search through data, find patterns 3. build a hypothesis
64
Bottom-up Pros
May lead to new understandings
65
Bottom-up Cons
* Misled by data (e.g., untruthful data) * Hard to be generalized: may not be theory at all. * Uncertain or incomplete results
66
Implications for Visual Analytics Design
* Understanding analytical processes * Sensemaking, information foraging * Supporting analytical activities * Visualization and organization of data * Supporting processes
67
Sensemaking
a new or unfamiliar situation where people need to understand what is going on
68
What is an example of sensemaking
Getting lost in a new city
69
Outcomes of sensemaking
* New knowledge, new facts, ... * Declarative knowledge * New problem-solving techniques
70
Essence of Sensemaking
* A process that involves learning, doing, and understanding. * A process in which user activities are often situated. * A process that consists of information gathering, interpretation, and synthesis.
71
How can we use Visualization to Support Sensemaking Processes
* Help people collect information * Help people understand and analyze information * Help people organize information * Help people understand their activities
72
What are the different aspects of the challenges facing visual analytics?
Process, data, model, knowledge, AI
73
What is the process aspect?
* How does an analyst work? * “Don’t make me think” ➔ “Help me think quickly and effectively” * How do a group of analysts work? * Group dynamics + visual analytics
74
What is the data aspect?
* Scalability of data * Tools for small data sets may work for large data sets. * Quality of data * Data is often messy.
75
What is the model aspect?
* Only considering data attributes * Distributions, types, etc.
76
what is the knowledge aspect?
* What new knowledge to provide * What do they know already?
77
What is the theory of the visual analytics process?
The visual analytics process always involves complex activities like problem-solving, and decision-making.
78
Collaborative Visual Analytics
Analyzing big data often requires team work.
79
What are the two aspects when working effectively as a team?
Social aspects Task aspects
80
How to support collaboration?
Information artifacts Visualization tools
81
Distributed expertise
* Divide tasks into subtasks * Integrate results from individual experts
82
Biases
People favor information they are familiar with and down-play information they don’t know much.
83
what do models not do?
consider interactivity with users
84
What role can AI play?
data processing, datapattern discovery, graph selection, graph design, UI design, system evaluation
85
Well-defined problems
Clear information about initial state, goal state, operators, and operator restrictions
86
Ill-defined problems
Little or no information about any components