You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to extract all available feature from mne-features by using FeatureExtractor class. I actually can not find the list of all available features there and even in documentations. can someone guide me how to extract all available feature from that class?
Below line of code is using two of them but I want to get all of them
fe = FeatureExtractor(sfreq=100., selected_funcs=['std', 'kurtosis'])
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to extract all available feature from mne-features by using FeatureExtractor class. I actually can not find the list of all available features there and even in documentations. can someone guide me how to extract all available feature from that class?
Below line of code is using two of them but I want to get all of them
fe = FeatureExtractor(sfreq=100., selected_funcs=['std', 'kurtosis'])
The text was updated successfully, but these errors were encountered: