FBCSP-Python
FBCSP-Python copied to clipboard
Python implemementation of the FBCSP algorithm
If you uncomment below, and run your test_file_multi.py, you will know: FBCSP_multi_clf = FBCSP_Multiclass(trials_dict, fs, classifier = SVC(kernel = 'rbf', probability = True), print_var = print_var)
In file [test_file_multi.py ](https://github.com/jesus-333/FBCSP-Python/blob/3eeead934a2440316308e5717737f53122da323d/test_file_multi.py).How can I get the data mentioned in line 66 https://github.com/jesus-333/FBCSP-Python/blob/3eeead934a2440316308e5717737f53122da323d/test_file_multi.py#L66 I ran the MATLAB script [dataset_transform.m](https://github.com/jesus-333/FBCSP-Python/blob/main/dataset_transform.m) but only get some data named like `1_data.mat` and `1_label.mat`