logic.oob(logicFS)
logic.oob()所属R语言包:logicFS
Prime Implicants
首要Implicants
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the out-of-bag error of the classification rule comprised by a logicBagg object.
计算出分类规则由logicBagg对象包括袋错误。
用法----------Usage----------
logic.oob(log.out, prob.case = 0.5)
参数----------Arguments----------
参数:log.out
an object of class logicBagg, i.e.\ the output of logic.bagging.
一个类对象logicBagg,即\logic.bagging的输出。
参数:prob.case
a numeric value between 0 and 1. If the logic regression models are logistic regression models, i.e.\ if in logic.bagging ntree is set to a value larger than 1, or glm.if.1tree is set to TRUE, then an observation will be classified as case (or more exactly, as 1) if the class probability is larger than prob.case.
0和1之间的数值。如果逻辑回归模型logistic回归模型,即\如果logic.baggingntree设置一个值大于1,或glm.if.1tree设置为TRUE,然后观察将被列为情况(或更确切地说,为1)如果类的概率是较大的比prob.case。
值----------Value----------
The out-of-bag error estimate.
包出的错误估计。
作者(S)----------Author(s)----------
Holger Schwender, <a href="mailto:holger.schwender@udo.edu">holger.schwender@udo.edu</a>
参见----------See Also----------
logic.bagging
logic.bagging
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|