Brief description: Customize distance matrix based on road adjacency, daily speed profiles (using dynamic time warping), and geolocations to cluster road networks in order to develop different models to predict future speeds
Data source: INRIX (not included in the data)
Objective
- To group links whose have similar traffic patterns together.
- To get more accurate predictions by modeling different patterns separately
Spectral Clustering Attribute: Evaluating whether 2 links are in the same group by
- Similarity of historical daily speed and congestion patterns,
- Whether belong to the same functional class
- Euclidean distance
- Whether reachable within 20 links
