-
Notifications
You must be signed in to change notification settings - Fork 3
/
groups_yumuv.py
35 lines (35 loc) · 1.08 KB
/
groups_yumuv.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"Zentrierte": {
"degree_beta": "high",
"journey_length": "low",
"transition_beta": "high",
"mean_clustering_coeff": "low",
},
"Routiniert\nflexibel": {
"degree_beta": "low",
"journey_length": "low",
"median_trip_distance": "low",
"transition_beta": "high",
},
"Pendler": {"mean_clustering_coeff": "high", "median_trip_distance": "high", "transition_beta": "high"},
"Routiniert\nzentriert": {
"degree_beta": "high",
"journey_length": "low",
"median_trip_distance": "low",
"transition_beta": "high",
},
"Lokal\naktiv": {
"degree_beta": "low",
"journey_length": "low",
"mean_clustering_coeff": "low",
"median_trip_distance": "low",
"transition_beta": "low",
},
"Entdecker": {"degree_beta": "low", "journey_length": "high", "transition_beta": "low"},
"Entdecker\nvernetzt": {
"degree_beta": "low",
"journey_length": "high",
"transition_beta": "low",
"mean_clustering_coeff": "high",
},
}