How to draw ROC for 6 algorithms
1 回表示 (過去 30 日間)
古いコメントを表示
I want to draw ROC curve for 6 algorithms(IBK,RF,ANN,KNN,J48,NB)
I have csv file with multclass..coulum contain features and rows contain class.
I am new user of Matlab ,can anyone help me how to load and draw in matlab
回答 (1 件)
KALYAN ACHARJYA
2019 年 11 月 8 日
編集済み: KALYAN ACHARJYA
2019 年 11 月 8 日
%Draw the ROC of individual algo
hold on;
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Detection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!