What would be the difference in results between training subjects separately and training them together?
I have 10 subjects, each with 7 stories, and I plan to use the leave-one-out method to do the testing and training.
If I have 10 subjects and I train each of them 10 times and then average them at the end, and I train 10 subjects together, what is the difference between these two?
What would the specific trf weight difference be?
I came across this passage in mtrftrain
If STIM and RESP are cell arrays containing multiple trials, the covariance matrices of each trial are summed to produce one model.
But I'm not sure what the practical implications and meaning of covariance matrices of each trial are summed specifically.