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

Directed graph or undirected graph? #34

Closed
Yihan-zz opened this issue Sep 27, 2019 · 1 comment
Closed

Directed graph or undirected graph? #34

Yihan-zz opened this issue Sep 27, 2019 · 1 comment

Comments

@Yihan-zz
Copy link

Thank you for your great work but I have a simple question.
Which graph do you think the datasets belongs to? Directed graph or Undirected graph?
In the other words, can we consider a node B as a target node A's neiborhood if there is a link from A to B but not B to A ?

@PetarV-
Copy link
Owner

PetarV- commented Sep 27, 2019

Hello,

Thank you for your issue and interest in GAT!

All the inputs in the datasets from the paper are undirected, but the GAT model (and our codebase) naturally supports directed edges.

Thanks,
Petar

@PetarV- PetarV- closed this as completed Sep 27, 2019
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