video classification using svm
Show older comments
I extracted features from some short video files and saved each of them in separate 3d matrices. Now, how can I use SVM as classifier?
2 Comments
Walter Roberson
on 14 Feb 2012
svm would not care what the origin of the data was, so you should be able to use regular svm techniques.
shab shekan
on 15 Feb 2012
Accepted Answer
More Answers (1)
Thijs
on 14 Feb 2012
0 votes
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.
1 Comment
shab shekan
on 14 Feb 2012
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!