How to save the decoding result of each permutations in svm decoding?

hello,

I have performed the decoding procedure with SVM, and obtained good results when comparing 2 classes. Thank you for this excellent function.

But i wonder how to save the decoding result of each permutations so that i can perform further statistical test?

Thanks!
Fang

I think you may have to edit the functions to add some lines to save the information you are interested in.
If you hover your mouse over the selected process entry in the Pipeline editor, you would get to see the process file name. Edit this file in Matlab, and read through the Run() function, then navigate to the appropriate subfunctions.

@pantazis Would you have any additional advice?