how to classify different number of matrix dimension with svm classification
Show older comments
i do svm train with matrix 1000x500, and i want to classify matrix 500x500 but i can't found the result. here my script :
classes = svmclassify(svmStruct,data,'showplot',false);
any solution?
1 Comment
ChristianW
on 7 Feb 2013
Whats the error?
Answers (0)
Categories
Find more on Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!