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 CenterFile Exchange에서 Get 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