checkrp(softclassval)
checkrp()所属R语言包:softclassval
Input checks for performance calculation
性能计算的输入检查
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Checks whether r and p are valid reference and predictions. If p is a multiple of r, recycles r to the size and shape of p. If r has additional length 1 dimensions (usually because dimensions were dropped from p), it is shortend to the shape of p.
检查是否r和p是有效的参考和预测的。 p如果是一个多r,回收r的大小和形状的p。如果r有额外的长度为1的尺寸(通常是因为尺寸下降到p),它是shortend的形状p的。
用法----------Usage----------
checkrp(r, p)
参数----------Arguments----------
参数:r
reference
参考
参数:p
prediction
预测
Details
详细信息----------Details----------
In addition, any NAs in p are transferred to r so that these samples are excluded from counting in nsamples.
此外,任何NA的p转移到r所以这些样本被排除在计数nsamples。
值----------Value----------
r, possibly recycled to length of p or with dimensions shortened to p.
r,可能循环长度p或尺寸缩短至p。
(作者)----------Author(s)----------
Claudia Beleites
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|