フィルターのクリア

how to use QP=Quadratic Programming in svm

1 回表示 (過去 30 日間)
Jay Hanuman
Jay Hanuman 2017 年 1 月 24 日
I am using svm for anomaly detection as follow
svmStruct = svmtrain(tr,label,'kernel_function','rbf','ShowPlot',true);
ok1 = svmclassify(svmStruct,test1,'ShowPlot',true);
default separating hyperplane method is SMO but I want to use QP i.e. Quadratic programming . how to use it in above code.

回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by