Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to convert Trajectory datasets into adjacency matrix? #59

Open
awaismalik1x opened this issue Aug 13, 2021 · 1 comment
Open

How to convert Trajectory datasets into adjacency matrix? #59

awaismalik1x opened this issue Aug 13, 2021 · 1 comment

Comments

@awaismalik1x
Copy link

Hi, VeritasYin:
I really got inspired by your paper (STGCN-IJCAI-18), I have local traffic dateset. Please help me to convert into adjacency matrix. Here is the look of dataset.
dataset

Please guide me How I can get the adjacency matrix of this data for implementing GCN/GNN for travel time prediction

@mokeeqian
Copy link

It seems that you are using the taxi orders data, so that you should do:

  1. clustering the area into servral regins
  2. map the origin samples into certain regins
  3. compute the distances between each regin node
  4. process the origin data into temporal data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants