How to implement ten-fold cross validation in LibSVM
Asked Answered
S

1

1

I am already able to run the examples in the LibSVM package. Now i need to carry out the ten-fold cross validation(MATLAB) on a data set. How do i go about doing it?

Smacking answered 6/1, 2012 at 21:36 Comment(0)
S
4

use the '-v 10' option in libsvm.. it will do the cross validation for you...

Smacking answered 19/1, 2012 at 18:1 Comment(1)
Sorry can you explain what it is cross validation ? ThanksMcloughlin

© 2022 - 2024 — McMap. All rights reserved.