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

New question about the function get_degree_supports() #17

Open
lizy124 opened this issue Dec 24, 2020 · 1 comment
Open

New question about the function get_degree_supports() #17

lizy124 opened this issue Dec 24, 2020 · 1 comment

Comments

@lizy124
Copy link

lizy124 commented Dec 24, 2020

hi, gcucurull, Thanks for your works. But i have a question in the function get_degree_supports() in utils.py.
in this line: new_adj = ((pow) == 1).astype(np.float64)

my question is why (pow) == 1? actually, (pow) == 2,3,4... is also have specific meaning, for example, (pow) == 2 means that there are 2 paths between two items. so, why only set (pow) == 1?

@oheun96
Copy link

oheun96 commented Jul 23, 2022

I have the same question.. why is it not pow >= 1?

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