How to draw ROC for 6 algorithms

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

2 件のコメント

darova
darova 2019 年 11 月 8 日
What is ROC curve?
SOLOMON Beyene
SOLOMON Beyene 2019 年 11 月 9 日
Receiver operating characteristic (ROC) curve

サインインしてコメントする。

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 11 月 8 日
編集済み: KALYAN ACHARJYA 2019 年 11 月 8 日

0 投票

See here to draw ROC
%Draw the ROC of individual algo
hold on;

カテゴリ

ヘルプ センター および File ExchangeROC - AUC についてさらに検索

タグ

質問済み:

2019 年 11 月 8 日

コメント済み:

2019 年 11 月 9 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by