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

etype list #5

Closed
amansinha09 opened this issue Aug 31, 2020 · 1 comment
Closed

etype list #5

amansinha09 opened this issue Aug 31, 2020 · 1 comment

Comments

@amansinha09
Copy link

etypes_list = [[0, 1], [0, 2, 3, 1], [0, 4, 5, 1]]

Can you elaborate what does etypes_list signifies, and how do you consider the following list? Thanks.

@cynricfu
Copy link
Owner

cynricfu commented Sep 2, 2020

Each scalar in etypes_list represents an edge type.
Specifically, in your example:
0 represents author-paper
1 represents paper-author
2 represents paper-term
3 represents term-paper
4 represents paper-conference
5 represents conference-paper

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