how to use QP=Quadratic Programming in svm

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Statistics 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