摘要: function out1 = plotroc(varargin) %PLOTROC Plot receiver operating characteristic. % % plotroc(targets,outputs) takes target data in 1-of-N form (each column % vector is all zeros with a single 1 ind... 阅读全文
posted @ 2018-07-23 22:07 西瓜刀刀刀 阅读(438) 评论(0) 推荐(0) 编辑
摘要: function [tpr,fpr,thresholds] = roc(targets,outputs) %ROC Receiver operating characteristic. % % The receiver operating characteristic is a metric used to check % the quality of classifiers. For ea... 阅读全文
posted @ 2018-07-23 22:07 西瓜刀刀刀 阅读(236) 评论(0) 推荐(0) 编辑
摘要: function [X,Y,T,auc,optrocpt,subY,subYnames] = ... perfcurve(labels,scores,posClass,varargin) %PERFCURVE Compute Receiver Operating Characteristic (ROC) curve or other % performance curve for c... 阅读全文
posted @ 2018-07-23 22:05 西瓜刀刀刀 阅读(611) 评论(0) 推荐(0) 编辑