mvpa2.datasets.niml.from_niml¶
-
mvpa2.datasets.niml.
from_niml
(dset, fa_labels=[], sa_labels=[], a_labels=[])¶ Convert a NIML dataset to a Dataset
Parameters: dset: dict :
Dictionary with NIML key-value pairs, such as obtained from mvpa2.support.nibabel.afni_niml_dset.read()
fa_labels: list :
Keys in dset that are enforced to be feature attributes
sa_labels: list :
Keys in dset that are enforced to be sample attributes
a_labels: list :
Keys in dset that are enforced to be dataset attributes
Returns: dataset: mvpa2.base.Dataset :
a PyMVPA Dataset