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
I got a very bad performance when I use the clustering coefficient api over a very large dataset.
Then I realized that there are lots of nodes in the graph with only 1 neighbor which theoretically means that their clustering coefficient is zero.
So I think if there is any possibility to reduce the computation cost over the nodes with degree of 1, in order to improve the clustering coefficient performance.
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template! And a maintainer will get back to you shortly!
Please feel free to contact us on DingTalk, WeChat account(graphscope) or Slack. We are happy to answer your questions responsively.
@yecol
I got a very bad performance when I use the clustering coefficient api over a very large dataset.
Then I realized that there are lots of nodes in the graph with only 1 neighbor which theoretically means that their clustering coefficient is zero.
So I think if there is any possibility to reduce the computation cost over the nodes with degree of 1, in order to improve the clustering coefficient performance.
The text was updated successfully, but these errors were encountered: