axis names in svm plot
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!