easy-graph / Easy-Graph

EasyGraph is an open-source network analysis library designed to cover advanced network processing methods. It includes functionalities for detecting structural hole spanners, network embedding, and various classic network analysis techniques.
https://easy-graph.github.io/
BSD 3-Clause "New" or "Revised" License
400 stars 39 forks source link

Supports for graph metric computations on node subset not all nodes in a graph #124

Closed mgao97 closed 5 months ago

mgao97 commented 6 months ago

I think this is a common problem for several graph metrics and could be easily supported.

Take node degree as an example. Suppose we have a graph with 100k nodes and 500k edges. I just want to know the degree values of 100 nodes within that graph.

One direct way is to just compute the degree values of these 100 nodes. Existing implementations seem to require computing all the nodes and then selecting the values corresponding to the desired nodes.

github-actions[bot] commented 5 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 5 months ago

This issue was closed because it has been stalled for 5 days with no activity.