nilearn.regions
: Operating on Regions#
The nilearn.regions
class module includes region extraction procedure on a 4D statistical/atlas maps and its function.
Functions:
| Extraction of brain connected regions into separate regions. |
| Extract connected regions from a brain atlas image defined by labels (integers). |
| Extract region signals from image. |
| Create image from region signals defined as labels. |
| Extract region signals from image. |
| Create image from region signals defined as maps. |
Classes:
| Class for brain region extraction. |
| Learn parcellations on fMRI images. |
| Recursive Neighbor Agglomeration (ReNA): Recursively merges the pair of clusters according to 1-nearest neighbors criterion. |
| Hierarchical KMeans: First clusterize the samples into big clusters. |