Do someone know how to perform Leave one out cross validation in MATLAB?? I need LOOCV algorithm for data classification. So for example . I have the number of training set 10 , and I want to take out one from training set for testing. So, it's like 1 = testing and 9 for training, and do it again until the last data training.
How about if we have data training like this cancer and no cancer:
[C,F] = training('D:\cancer\',...
'D:\nocancer\');