How to do k-fold cross validation in matlab?
Show older comments
I am working on my face recognition project.i need to do k-fold cross validation to check my classifier accuracy.Can anybody please tell me how i can do K-fold cross validation for my data of images?
4 Comments
Matthew Eicholtz
on 9 May 2017
Can you provide some additional details about your approach? How are your images stored (e.g., is it an M-by-N-by-P array of P 2D images?)? What classifier are you using? Is it a built-in MATLAB function?
sumair shahid
on 9 May 2017
wayne asera
on 16 Dec 2017
What Matlab version are you using? There is a classification learner app that can help you. It is a straight forward.
Munshida P
on 25 Dec 2019
Hii....Iam also doing the same one now. Can you please provide your code if it is available?
Answers (1)
Matthew Eicholtz
on 9 May 2017
1 vote
I think the function crossvalind may help. Check out the example of 10-fold cross validation provided at that link.
1 Comment
mahdi azizian
on 5 Dec 2021
tanx
Categories
Find more on Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!