You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: