You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really got inspired by your paper (SST-GNN: Simplified Spatio-temporal Traffic forecasting model using Graph Neural Network, 21), I have local traffic trajectories dateset. Please help me to convert into adjacency matrix. Here is the look of dataset.
Please guide me How I can get the adjacency matrix of this data for implementing GCN/GNN for travel time prediction
The text was updated successfully, but these errors were encountered:
We actually worked on the dataset where an adjacency matrix was given, you can convert the latitude and longitude of start and end location into supernode (by some clustering algorithm say dbscan/k-means) and add edges where there is a trip from one supernode to another supernode
Hi, Amit,
I really got inspired by your paper (SST-GNN: Simplified Spatio-temporal Traffic forecasting model using Graph Neural Network, 21), I have local traffic trajectories dateset. Please help me to convert into adjacency matrix. Here is the look of dataset.
Please guide me How I can get the adjacency matrix of this data for implementing GCN/GNN for travel time prediction
The text was updated successfully, but these errors were encountered: