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!