ipysigma icon indicating copy to clipboard operation
ipysigma copied to clipboard

Accept subgraph as valid partition group

Open Yomguithereal opened this issue 2 years ago • 2 comments

For igraph: g.connected_components(mode="weak").subgraphs()

Yomguithereal avatar Dec 09 '22 14:12 Yomguithereal

g.connected_components(mode="weak")._membership gives the clusters' values

bmaz avatar Dec 12 '22 10:12 bmaz

Found difficulties:

  • [ ] We need to handle both igraph and networkx
  • [ ] The edge partition case might not be trivial

Yomguithereal avatar Dec 15 '22 14:12 Yomguithereal