2-4 Methods Part 2 Flashcards

1
Q

diameter of a graph

A

the length of the shortest path between the most distanced nodes of a graph. planar networks tend to have a larger diameter.

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

path, chain

A

path: a sequence of links that are traveled in the same direction
chain: a sequence of links having a connection in common with the other

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

circuit, cycle

A

A path where the initial and terminal node corresponds

A chain where the initial and terminal node corresponds

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

complementary graph

A

two subgraphs are complementary if their union results in a complete graph.

e.g. multimodal transportation network

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

dual graph

A

A method in space syntax that considers edges as nodes and nodes as edges. e.g. urban street networks showing hierarchical structures and the true connectivity in a planar network

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

Tree and root node

A

tree: a connected graph without a cycle. nodes = links +1
e. g. river basins

root node: a node where every other node is the extremity of a path coming from it. e.g. the starting point of a distribution system, like a warehouse.

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

articulation node

A

In a connected graph, an articulation node is by removing it, the sub-graph obtained is NOT CONNECTED.

E.G. a port which serves as a bottleneck

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

isthmus connection

A

In a connected graph, an isthmus is a link that is creating, when removed, two sub-graphs having at least one connection.

e.g. the most central link in a complex network

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

topological vs continuous measures of accessibility

A
  1. measure accessibility in a system of nodes and paths. e.g. a transportation network. Accessibility is a function of the network structure.
  2. measure accessibility over a surface. Accessibility is a function of the spatial structure.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

geographic vs potential accessibility

A
  1. the accessibility of a location is the summation of all distances between other locations divided by the number of locations. the lower, the better.
  2. the higher, the better. geographical accessibility weighted by the attributes of a location
  • emissiveness: capacity to leave a location
  • attractiveness: capacity to reach a location
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

shimbel distance/index

A

for a given node, sums the length of all shortest paths to other nodes. It’s a measure of nodal accessibility

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