xtable.confusionMatrix(nlcv)
xtable.confusionMatrix()所属R语言包:nlcv
xtable method for confusionMatrix objects
xtable confusionMatrix对象方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
xtable method for confusionMatrix objects
xtable confusionMatrix对象方法
用法----------Usage----------
## S3 method for class 'confusionMatrix'
xtable(x, caption = NULL, label = NULL, align = NULL,
digits = NULL, display = NULL, ...)
参数----------Arguments----------
参数:x
object of class 'confusionMatrix' as produced by the confusionMatrix
对象类的confusionMatrixconfusionMatrix生产
参数:caption
LaTeX caption, see the xtable help page
LaTeX的说明,请参阅xtable帮助页
参数:label
LaTeX label, see the xtable help page
乳胶标签,看到xtable帮助页
参数:align
alignment specification, see the xtable help page
校准规范,看到xtable帮助页
参数:digits
number of digits to display, see the xtable help page
位数显示,看到xtable帮助页
参数:display
format of the columns, see the xtable help page
列的格式,请参阅xtable帮助页
参数:...
additional arguments to be passed to xtable
额外的参数被传递xtable的
值----------Value----------
LaTeX table representing the confusion matrix
LaTeX的表代表的混乱矩阵
作者(S)----------Author(s)----------
Willem Talloen and Tobias Verbeke
参见----------See Also----------
confusionMatrix, xtable
confusionMatrix,xtable
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|