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'])
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'])