[Eeglablist] MARA artifacts classification

Irene Winkler irene.winkler at tu-berlin.de
Thu Sep 3 23:32:10 PDT 2015


Dear Gilliano, 

this has to be carried out through coding at the moment.  Artifact probabilities are saved in 
the field <EEG.reject.MARAinfo.posterior_artefactprob >

After calling MARA, you can label all components with higher posterior probability than 25%  as artifacts by typing in Matlab:

EEG.reject.gcompreject = zeros(size(EEG.reject.gcompreject)); 
EEG.reject.gcompreject(EEG.reject.MARAinfo.posterior_artefactprob > 0.25) = 1;

Best, 
Irene

--
Irene Winkler 
Technische Universität Berlin (TU Berlin)
Computer Science, Machine Learning Group
Marchstr. 23
Room MAR 4.034 (4th floor)
10587 Berlin
Tel: +49 30 314 78754







-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20150904/c5bbb2a1/attachment.html>


More information about the eeglablist mailing list