2022年4月8日

R- ROC曲线

摘要: R 语言绘制ROC 曲线代码。 1 # install.packages("pROC") # 下载 pROC 包 2 # install.packages("ggplot2") # 下载 ggplot2 包 3 # install.packages("Rcpp") 4 5 6 library(pRO 阅读全文
posted @ 2022-04-08 06:39 xiaoy_napoleon 阅读(1274) 评论(0) 推荐(0)