Hi,
I used ward method to cluster rs fmri data with nilearn, but i found that the silhouette_score in sklearn is very low according to the parcellation result, here are the script:
Take a look at the parcellation by plotting it. Maybe you’ll see some unexpected behavior.
In particular, if you provide a single image for parcellation, ward clustering will approximately fit the level sets of the image, yielding relatively weird clusters. In that case, it is probably not a good approach to extract signal and you probably rather want to use a pre-defined atlas.
Thanks for your reply, I plotted all these figures here:
ward parcellation results with nilearn
2.The average signal of preproceesed rs epi data
3.Compressed average data after parcellation
I do all this at grey matter mask, and indeed i did the same clustering step with sklearn using epi_data matrix, without the multi-PCA step in nilearn, here are the results:
1.Sklearn ward clustering
2.The average signal of preproceesed rs epi data
3.Compressed average data after parcellation
So is it a good parcellation result for this data?