The kernel function

Fermé
aychamb Messages postés 5 Date d'inscription vendredi 22 novembre 2013 Statut Membre Dernière intervention 10 mai 2017 - 2 mai 2017 à 18:18
Bonjour,
i'm going to use the SVM with the iris data when i calculate the kernel function ,i have an error i'can't fixed .some help please

model1 = svmtrain( LS',SSapp','-s 1 -t 1 -g 0.25 -c 0 -n 0.5 -r 0.35 -d 1 -b 1'); Error in svmtrain (line 57) errstring = consist(net, 'svm', X, Y);

Error in irissataset (line 23) model1 = svmtrain( LS',SSapp','-s 1 -t 1 -g 0.25 -c 0 -n 0.5 -r 0.35 -d 1 -b 1');