nimare.decode.discrete

Methods for decoding subsets of voxels or experiments into text.

Classes

BrainMapDecoder([feature_group, features, ...])

Perform image-to-text decoding for discrete inputs according to the BrainMap method.

NeurosynthDecoder([feature_group, features, ...])

Perform discrete functional decoding according to Neurosynth's meta-analytic method.

ROIAssociationDecoder(masker[, ...])

Perform discrete functional decoding according to Neurosynth's ROI association method.

Functions

brainmap_decode(coordinates, annotations, ids)

Perform image-to-text decoding for discrete inputs according to the BrainMap method.

gclda_decode_roi(model, roi[, topic_priors, ...])

Perform image-to-text decoding for discrete inputs using method from Rubin et al. (2017).

neurosynth_decode(coordinates, annotations, ids)

Perform discrete functional decoding according to Neurosynth's meta-analytic method.