axis names in svm plot

1 回表示 (過去 30 日間)
Jay Hanuman
Jay Hanuman 2017 年 1 月 27 日
I am using svm for anomaly detection. I am using 2 dimensional data.
svmStruct = svmtrain(trf3,labeln1,'kernel_function','rbf','ShowPlot',true,'method','QP');
ok1 = svmclassify(svmStruct,testf3,'ShowPlot',true);
so in above training and testing figure shows but I want figure with xlabel and ylabel names. how to give name to axis.

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with 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