x : basestring or dict or Dataset or CosmoQueryEngine
If a basestring it is interpreted as a filename of a .mat file
with a CoSMoMVPA dataset or neighborhood struct, and the contents
are returned.
If a dict it is interpreted as the result from scipy’s loadmat and its
contents are returned
If a Dataset or CosmoQueryEngine then x is returned immediately
|