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
{{ message }}
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
I have a question regarding the choice of edge weight for the case of imbalanced number of edges. In particular, if I have entities A, B, and C, and two relation types AB and BC. However, there are 1 million edges for AB, but only 1000 edges for BC, I would expect relation type AB to dominate over BC if I do not adjust the edge weight accordingly. But I wasn't sure how exactly I should approach this issue here. Thank you so much!
Hi,
I have a question regarding the choice of edge weight for the case of imbalanced number of edges. In particular, if I have entities A, B, and C, and two relation types AB and BC. However, there are 1 million edges for AB, but only 1000 edges for BC, I would expect relation type AB to dominate over BC if I do not adjust the edge weight accordingly. But I wasn't sure how exactly I should approach this issue here. Thank you so much!