You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I want to bulid a SVM model about recursive feature elimination!
However , after I use the demo model=svmtrain(instances[:, 1:2:end], vectorlabels[1:2:end]);, i could not find the Coefficient of the features.
there are 3 class and 4 feature in The data about iris. So i think i can get 12 Coefficient of the features. Could you tell me where are they?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello!
I want to bulid a SVM model about recursive feature elimination!
However , after I use the demo model=svmtrain(instances[:, 1:2:end], vectorlabels[1:2:end]);, i could not find the Coefficient of the features.
there are 3 class and 4 feature in The data about iris. So i think i can get 12 Coefficient of the features. Could you tell me where are they?
Thank you very much!
The text was updated successfully, but these errors were encountered: