找回密码
 注册
查看: 729|回复: 0

R语言 ROC包 rocc-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 13:18:53 | 显示全部楼层 |阅读模式
rocc-class(ROC)
rocc-class()所属R语言包:ROC

                                        Class rocc, ROC curve representation
                                         ROCC类,ROC曲线代表

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

object representing ROC curve, typically created using rocdemo.sca
ROC曲线,通常使用rocdemo.sca创建对象代表


创建对象----------Creating Objects----------

  new('rocc',<br>     sens        = ...., # Object of class numeric<br>     spec        = ...., # Object of class numeric<br>     rule        = ...., # Object of class function<br>     cuts        = ...., # Object of class numeric<br>     markerLabel = ...., # Object of class character<br>     caseLabel   = ...., # Object of class character<br>
  new('rocc',参考    sens        = ...., # Object of class numeric参考    spec        = ...., # Object of class numeric参考    rule        = ...., # Object of class function参考    cuts        = ...., # Object of class numeric参考    markerLabel = ...., # Object of class character参考    caseLabel   = ...., # Object of class character参考


插槽----------Slots----------




sens: Object of class "numeric" sensitivity values
sens:对象类的“数字”的敏感度值




spec: Object of class "numeric" specificity values
spec:对象类的“数字”特异值




rule: Object of class "function" rule to classify objects
rule:对象类的“功能”规则对象进行分类




cuts: Object of class "numeric" thresholds defining curve
cuts:定义对象类“数字”的阈值曲线




markerLabel: Object of class "character" name of measured marker
markerLabel:对象类的“性格”测量标志的名称




caseLabel: Object of class "character" name of condition
caseLabel:对象类的“性格”名称的条件


方法----------Methods----------




plot (rocc, missing): a plotting function with some additional parameters
图(ROCC,失踪):绘图功能与一些额外的参数


举例----------Examples----------


set.seed(123)
R1 <- rocdemo.sca( rbinom(40,1,.3), rnorm(40), dxrule.sca,
   caseLabel="new case", markerLabel="demo Marker" )
plot( R1, show.thresh=TRUE )

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-25 09:21 , Processed in 0.019380 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表