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
But if I use subgraph, like nx.algorithms.cluster.average_clustering(graph.subgraph(clusters)) to calculate, the result will be different, and I find the second result easier to interpret.
I'm not an expert on this, should it be modified here? Or maybe I misunderstood something?
Any explanationwould be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for this great package. The average clustering in a package is calculated with the following code
or in file:
squidpy/src/squidpy/gr/_nhood.py
Line 281 in e77237c
But if I use
subgraph
, likenx.algorithms.cluster.average_clustering(graph.subgraph(clusters))
to calculate, the result will be different, and I find the second result easier to interpret.I'm not an expert on this, should it be modified here? Or maybe I misunderstood something?
Any explanationwould be greatly appreciated!
The text was updated successfully, but these errors were encountered: