フィルターのクリア

ROC Curve for SVM

4 ビュー (過去 30 日間)
berkaoui sara
berkaoui sara 2014 年 11 月 27 日
編集済み: berkaoui sara 2014 年 11 月 27 日
Hi , I want to plot ROC curve for my svm results with perfcurve, and i dont know what to put exactly for labels,scores,posclass parameters, here is my code :
model=svmtrain(lab_train,train,'-t 2 -d 2 -c 7 -g 0.5');
[labeltest,valtest,prectest]= svmpredict(lab_test,test,model);
% labels are the test data labels
% scores returned by a classifier for some test data
% posclass is is the positive class label
[X,Y] = perfcurve(labels,scores,posclass);
thank you

回答 (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