cosmo: str or Dataset-like or dict :
If a str it is treated as a filename of a .mat file with a matlab
struct used in CoSMoMVPA, i.e. a struct with fields .samples, .sa,
.fa, and .a.
If a dict is is treated like the result from scipy’s loadmat of
a matlab struct used in CoSMoMVPA.
|