rocPlot(nlcv)
rocPlot()所属R语言包:nlcv
Produce a ROC plot for a classification model belonging to a given technique and with a given number of features.
产生一个分类模型属于一个给定的技术和给定数量的功能中华民国图。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produce a ROC plot for a classification model belonging to a given technique and with a given number of features.
产生一个分类模型属于一个给定的技术和给定数量的功能中华民国图。
用法----------Usage----------
rocPlot(nlcvObj, tech, nfeat, main = NULL, globalAUCcol = "#FF9900", ...)
参数----------Arguments----------
参数:nlcvObj
object of class 'nlcv' as produced by the nlcv function
类的nlcv“的对象为生产由nlcv功能
参数:tech
technique; character of length one; one of 'dlda', 'lda', 'nlda', 'qda', 'glm', 'randomForest', 'bagg', 'pam', 'svm' or 'ksvm'
技术;长度为1的字符;一个“dlda”,“LDA”,“nlda,,QDA,绿色长征,randomForest,bagg”,“PAM”,“SVM”或“ksvm”
参数:nfeat
number of features used in the classification model; numeric of length one
长度为1的数字分类模型中使用的功能;
参数:main
main title to be used for the ROC plot
中华民国图的主标题
参数:globalAUCcol
color for the global AUC (defaults to '#FF9900')
颜色为全球的AUC(默认值“#FF9900”)
参数:...
further arguments for the plot call (such as sub e.g.)
进一步的图调用参数(如子如)
值----------Value----------
A ROC plot is drawn to the current device
中华民国图绘制到当前设备
作者(S)----------Author(s)----------
Tobias Verbeke
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|