PeMS08
- class PeMS08(root: str | Path, download: bool | None = False, train_ratio: float | None = 0.2, dtype: dtype = torch.float32, seed: int | None = 0)[source]
Bases:
DatasetA pair of traffic networks synthesized from the Performance Measurement System (PeMS) Data Source. Nodes represent sensors and edges indicate traffic flow correlation. Node attributes are averaged across all time interval. The two networks are noisy permutations of the original network generated by randomly inserting 10% edges (PeMS08-1) and deleting 15% edges (PeMS08-2) from the original network, respectively. There are in total 170 common nodes across two networks.
Graph
#nodes
#edges
#node attrs
#edge attrs
Airport1
170
301
3
0
Airport2
170
233
3
0