-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why the n_conns in LabelConnectivity becomes 0 while in VertexConnectivity is not? #8
Comments
Good question... could you share your |
Hi! Marijn, |
Ah... it's because the connection strength for every connection in your
|
A connection with a strength of |
I see, thank you very much! But if the strength of every connection in my |
Hi,
Thanks a lot for creating such a handy package!
I got a VertexConnectivity object 'con_clust' which shows that '<VertexConnectivity | n_sources=3331, n_conns=329, subject=fsaverage>', when I tried to parcel it using 'con_parc = con_clust.parcellate(labels, summary='degree', weight_by_degree=False)', the info of con_parc shows that: <LabelConnectivity | n_sources=68, n_conns=0, subject=fsaverage>.
I'm wondering why the n_conns in LabelConnectivity becomes 0 while in VertexConnectivity is not?
The text was updated successfully, but these errors were encountered: