Computes ROC and AUROC values from two distributions
软件应用简介

Computes ROC and AUROC values from two distributions
ROC – Receiver Operating Characteristic.
– Calculates ROC and AUROC values comparing two distributions with a simple and fast code.
– The vectors of each distribution could have different sizes
% Example:
a = [1 2 3 4 5]’;
b = [30 1 10 6 1 5]’;
[roc,auroc] = roc(a,b)
界面展示

结果示意

规格 价
0元试用 |
---|
0.0元人民币/月 |
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!