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,
This is Yuvaram a Master's student working on heterogeneous network. I am trying to understand the Path-degree product calculation from your Paper. I don't understand what is metaedge specific degrees along the path and why each edge contributes to 2. Can you provide an example or a simple calculation. This will help me in using your work for my project.
Thanks
Yuvaram
The text was updated successfully, but these errors were encountered:
Figure 2D from the paper is the best visualization:
Since each edge has a source and target node, two degrees exist for each edge. These degrees are metaedge specific (only counting edges of the same type).
Here are two implementations from this library if this helps understand. First the networkx/python implementation:
Hi,
This is Yuvaram a Master's student working on heterogeneous network. I am trying to understand the Path-degree product calculation from your Paper. I don't understand what is metaedge specific degrees along the path and why each edge contributes to 2. Can you provide an example or a simple calculation. This will help me in using your work for my project.
Thanks
Yuvaram
The text was updated successfully, but these errors were encountered: