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!