ipysigma
ipysigma copied to clipboard
Accept subgraph as valid partition group
For igraph: g.connected_components(mode="weak").subgraphs()
g.connected_components(mode="weak")._membership gives the clusters' values
Found difficulties:
- [ ] We need to handle both igraph and networkx
- [ ] The edge partition case might not be trivial