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

Where should change if apply this method in directed graph? #7

Closed
Calemsy opened this issue Dec 1, 2018 · 2 comments
Closed

Where should change if apply this method in directed graph? #7

Calemsy opened this issue Dec 1, 2018 · 2 comments

Comments

@Calemsy
Copy link

Calemsy commented Dec 1, 2018

In the paper, the G assume to be undirected graph, if i want to apply the SEAL on directed network, where are the different points?
Thank you!

@muhanzhang
Copy link
Owner

Hi there, SEAL doesn't support directed network yet since the GNN it is based on works for undirected graphs only. One possible extension is to modify the GNN so that edges propagate information only along their directions. I'll add this function if I have time in the future. Currently, you may also try to treat directed edges as undirected edges all the same. The results should be good too.

@Calemsy
Copy link
Author

Calemsy commented Dec 2, 2018

Thanks for your reply so much.

@Calemsy Calemsy closed this as completed Dec 2, 2018
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