video classification using svm
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 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
am 15 Feb. 2012
Akzeptierte Antwort
Weitere Antworten (1)
Thijs
am 14 Feb. 2012
0 Stimmen
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.
1 Kommentar
shab shekan
am 14 Feb. 2012
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!