video classification using svm
显示 更早的评论
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 个评论
Walter Roberson
2012-2-14
svm would not care what the origin of the data was, so you should be able to use regular svm techniques.
shab shekan
2012-2-15
采纳的回答
更多回答(1 个)
Thijs
2012-2-14
0 个投票
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.
类别
在 帮助中心 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!