作者forb9823018 (风过无痕)
看板MATLAB
标题[讨论] SVM SupperVectors
时间Thu Apr 9 01:02:13 2015
我用matlab自带的svmclassify结果跑出这个
Reference to non-existent field 'SupportVectors'.
用which找过了没有重复的 svmtrain 和svmclassify
参数位置转置掉换都没用
Test_Result= svmclassify(svm,Totalfeature_matrix);
打svm.SupperVectors
显示 Reference to non-existent field 'SupportVectors'.
google有人跟我有同样问题但没人回
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.113.202.193
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/MATLAB/M.1428512536.A.C1D.html
1F:→ forb9823018: 自问自答: 因为读档会变成structure 04/09 02:10
2F:→ forb9823018: 所以要用svm.svm 04/09 02:11
3F:→ biolive30: thx 04/17 00:44