How to check average clustering diameter of clusters formed by ClusterData() #9232
Closed
meenamohit
started this conversation in
General
Replies: 3 comments 2 replies
-
That would be my preferred solution as well. I think it is expected that |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply @rusty1s, Do you think there's any alternate approach to do so? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've tried that too but it throws the same error |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to know the average clustering diameter of clusters formed using metis (ClusterData) function. how can I check that?
I tried converting the graph to networkx and then applied diameter function but it says that graph is not strongly connected
Beta Was this translation helpful? Give feedback.
All reactions