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!