I'm trying to classify images using multisvm. I get this error stated below. Please help

1 次查看(过去 30 天)
"In an assignment A(I) = B, the number of elements in B and I must be the same.Error in multisvm (line 20)
models(k)=svmtrain(TrainingSet,G1vAll,'kernel_function','polynomial','polyorder',5,'kktviolationlevel',0.10,'method','QP');"
I made sure that the sizes of each input the multisvm is correct like for example I use group=multisvm(F,Y.',F1.'); as a command. Now the size of F is 5*96, size of Y is 5*78 and size of F1 is 96*1. PLease help! :(

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Descriptive Statistics and Visualization 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by