How to apply SVM algorithm to my dataset and do the cross validation

1 view (last 30 days)
I have a data-set with different features. I have made all my train data with different features in it as X[3566X31] and I have label in y[3566X1]. I have my test data in Xtest[3566X31]. I want to apply my data to SVM algorithm and perform cross validation on training data-set itself. After getting the cross validation result I like to apply my test data to get accuracy result. Please anybody help me with the code.
  2 Comments
Naga Harish
Naga Harish on 29 Apr 2014
Edited: Naga Harish on 29 Apr 2014
No sry to say this but i have to apply svm algorithm and cross-validate using c Gamma values. Please Help me with matlab code for both.

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 29 Apr 2014

More Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox 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!