accuracy-class(inveRsion)
accuracy-class()所属R语言包:inveRsion
Class "accuracy"
类“精度”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These objects hold the accuracy computation for the classification of chromosomes into inverted or non-inverted population for increasing levels of BIC thresholds.
这些对象持有的染色体倒或不倒的人口BIC的阈值水平的不断提高分类精度计算。
类的对象----------Objects from the Class----------
accuracy is generated by calls to accBic(inversionList, mem, classFile, nsub, npoints, geno, wROI), which is a method for the class inversionList
accuracy生成到的accBic(inversionList, mem, classFile, nsub, npoints, geno, wROI),这是一个类inversionList方法调用
插槽----------Slots----------
out: Object of class "matrix"
out类"matrix":对象
matrix with three columns storing the range of BIC thresholds, probability of inversion within the population and accuracy of the classification.
三列存储BIC的阈值范围内的人口和分类的准确性,反转的概率矩阵。
方法----------Methods----------
plot signature(x = "accuracy",w="character"): plots accuracy Vs BIC for w="a", or frequency of inversion Vs BIC for w="f"
图signature(x = "accuracy",w="character"):图精度VSw="a",w="f"频率或反转VS的BIC BIC的
注意----------Note----------
version R 2.10.1
版本ŕ2.10.1
作者(S)----------Author(s)----------
Alejandro Caceres <a href="mailto:acaceres@creal.cat">acaceres@creal.cat</a>
参见----------See Also----------
accBic, inversionList
accBic,inversionList
举例----------Examples----------
data(ac)
ac
plot(ac)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|