Training and Test set proportions

Hi, I wanted to know what are the proportions of training and test sets evaluated during the 10-fold cross-validation during the execution of perf() function. How do I retrieve such values?

hi @alfbenpa,
We do not have such output (I assume you mean the number of samples per class in the training and test set). We do perform stratified CV, so that the original proportion of samples per class are reflected during CV. You could fiddle with the function, but remember that there is the nrepeat argument.

Kim-Anh