video classification using svm
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 14 Fév 2012
svm would not care what the origin of the data was, so you should be able to use regular svm techniques.
shab shekan
le 15 Fév 2012
Réponse acceptée
Plus de réponses (1)
Thijs
le 14 Fév 2012
0 votes
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.
1 commentaire
shab shekan
le 14 Fév 2012
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!