okbalefthanded / bci_toolbox

Classification toolbox for ERP and SSVEP based BCI data
Apache License 2.0
51 stars 27 forks source link

FBCCA average accuracy #19

Closed gdddara closed 5 years ago

gdddara commented 5 years ago

I use the FBCCA and CCA to calculate the average accuracy.but the FBCCA's average accuracy is 84.the CCA‘s average accuracy is 92.5.it's something wrong.the FBCCA's average accuracy should be higher than CCA.

okbalefthanded commented 5 years ago

@gdddara The FBCCA method relies on the selection of suitable values for its parameters, those values can be selected manually or through cross-validation grid search. Read the research paper that introduced the method, the current implementation uses the same code: ftp://sccn.ucsd.edu/pub/ssvep_benchmark_dataset/FBCCA_JNE15.pdf