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');