필터 지우기
필터 지우기

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