[pymvpa] Hyperalignment

Salim Al-wasity salim_alwasity at yahoo.com
Wed Nov 30 22:34:05 UTC 2016


DearsI am running a Hyperalignment analysis to investigate the effect of the reference subject on the common model and between subject classification. I ran two scenarios to double check my results, and in both cases I got different classification accuracies.If I am not wrong, the below scenarios must giving me identical results.I had 10 subjects whose Hyperalignment data are stored in (ds_h) and task data in (ds_task) which I am classifying
Scenario-1-:
hyper=Hyperalignment(ref_ds=2)hypermaps=hyper(ds_h)ds_hyper = [ hypmaps[i].forward(d_all) for i, d_all in enumerate(ds_task)]..........Then continue with classification

Scenario-2-:new_ds_h=[ds_h[2], ds_h[0], ds_h[1], ds_h[3], ds_h[4], ds_h[5], ds_h[6], ds_h[7], ds_h[8], ds_h[9]]hyper=Hyperalignment()hyper.train(new_ds_h)hypermaps=hyper(ds_h)ds_hyper = [ hypmaps[i].forward(d_all) for i, d_all in enumerate(ds_task)]..........Then continue with classification

SincerelySalim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-exppsy-pymvpa/attachments/20161130/19299d37/attachment.html>


More information about the Pkg-ExpPsy-PyMVPA mailing list