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

about construct_adj #9

Open
LetFoxRun opened this issue Mar 18, 2021 · 0 comments
Open

about construct_adj #9

LetFoxRun opened this issue Mar 18, 2021 · 0 comments

Comments

@LetFoxRun
Copy link

Thank you for your opening code. In utils.py construct_adj method, I found that you fill a same matrix in the diagnoal:
for i in range(steps): adj[i * N: (i + 1) * N, i * N: (i + 1) * N] = A
However, in your paper you said "he diagonal of the adjacency matrix are the adjacency matrices of the spatial networks of three continuous time steps".
Is there some other plcae you set the two continuous time steps metrix?

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

1 participant