i am very new to matlab and SVM and i am reproducing this experiment from strach http://bioinformatics.oxfordjournals.org/content/19/13/1656.full.pdf
*There they say "In the training of SVMs, we use the method of one versus the others, or one versus the rest" . ok there are 12 classes so they produce 12 SVMs. they train each one with positives vs all rest.
*but then they say "The prediction performance was examined by the 5-fold cross-validation test"
My noob question is, How can they make a k-fold cross validation after! they train SVMs. what i think(likely faulty) is when you make a k-fold cross validation, you construct a new svm from beginning. they may be similar but svm model is different in every loop. there are k different svm models. but, if they train svm models beforehand, How can they make a cross validation test? What am i missing? Please help and thank you very much