Networks Flashcards
How can a network structure be represented?
It can be represented with a node-link diagram, items are nodes
Which visualization can be used to represent network structures? (2)
- Node-link diagram (network graphs, graphs)
2. Matrix representation
Networks are one of the four visualization types in our framework, list the other 3.
- Table
- Graph
- Map
Which properties can network graph have? (4)
- Cycles
- Direction
- Degree (number of links connected)
- Weights
Who invented concept maps? (why am I so sure this question will come up in the exam?)
Joseph D. Novak
What is the use for concept maps?
They help visualize relationships between concepts
They are used to stimulate the generation of ideas, aid creativity
What is the starting point for a mind map?
A central, key concept
List 9 types of node-link graphs:
- Network graphs
- Concept maps
- Mind maps
- Flowcharts
- Complex network data
- Force-directed graph
- Chord diagram
- Arc chart
- Public transport charts
What are the main issues when rendering a node-link graph? (4)
- Determine node position in the space
- Represent links
- High number of nodes
- Represent the type of interaction
Identify the network type by it’s adjacency matrix:
A. 1 0 B. 0 2 C. 0 1 D. 0 1 E. 0 0.5
0 0 0 0 0 0 1 0 2 0
- Undirected 2. Self-loops 3. Multigraph 4. Directed 5. Weighted 6. Complete graph
The answers are (A, 2), (B, 3), (C, 4), (D, 1 and 6), (E, 5)
What is NicheWorks?
An interactive tool for visualizing massive networks with hundreds of
thousands of nodes
Why in subway diagrams geographical references are missing?
For compactness and since they are useless to the reader
Which of these statements on creating network charts in Tableau is correct?
- Tableau does not natively support network diagrams, it’s therefore impossible to do
- Tableau has a default integration method to create network diagrams, so you can create them automatically.
- You can manually create a network diagram with pre-processing and dual-axis.
The answer is 3, after adequate pre-processing, you can visualize a network graph in Tableau by using dual-axis and dimensions, one Y dimension will use a line mark for the edge between two nodes, whereas the other duplicate Y will use a circle representing the node itself.