In short, after instantiating the ICA you use the .fit() method to fit it
to the data.
Then you can for example use .get_sources() or mark components as bad and
then .apply() to the data.
?
2016-07-25 18:40 GMT+02:00 Emanuela Liaci <emanuela.liaci at gmail.com>:
I want to remove my selected components (.apply) from ICA analysis from the
epochs (created by Epochsarray) but I get this error: 'EpochsArray' object
has no attribute 'apply'. How can I solve this issue?