-
Are there any methods can I use to get edges between different clusters after using |
Beta Was this translation helpful? Give feedback.
Answered by
wsad1
Mar 9, 2023
Replies: 1 comment 7 replies
-
That class needs better documentation. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
ObsisMc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That class needs better documentation.
ClusterData
containsperm
andpartptr
.perm
is the new permutation of nodes andpartptr
is of shapenum_parts+1
and assigns node slices to a partition. You should be able to use these two to find edges that go across clusters.