ROC curves for the automatically generated classifier codes
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi everyone,
I've generated some code for several classiffiers using the Classiffication Learner app. These codes only give the accuracy to validate the classifiers, but they don't give any ROC curve values. I want to add some code to compute the AUC of the ROC curves, but I'm a bit confused.
I'm using the perfcurve function, so I have to give it the actual values of the labels and the classification scores. I do have the values of the labels, but for the scores, I have a reduced set of values as the classifier is being "partitioned" in K folds.
Can someone guide me on how should I compute the ROC values in this case?
Thank you!!
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 ROC - AUC에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!