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

R语言 validator包 extVal()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 14:21:23 | 显示全部楼层 |阅读模式
extVal(validator)
extVal()所属R语言包:validator

                                        External Validation Indices
                                         外部验证指数

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

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

This function is calculating the values of certain external validation indices. The values compare the predicted cluster assignment with their true cluster labelling existing in the data.  
此功能是计算的某些外部验证指标值。的值比较,与自己的真实群聚现有的数据预测簇分配。


用法----------Usage----------


extVal(x, y, index = "all")



参数----------Arguments----------

参数:x
Vector of the true cluster assignment
矢量的真实簇分配


参数:y
Vector of the cluster assignment, which has to be compare with the true one
矢量的聚类的分配,其具有要与真正的一个比较


参数:index
The external indices, which are calculated: "Hamann", "Czekanowski", "Kulczynski", "McConnaughey", "Peirce", "Wallace1", "Wallace2", "Gamma", "Sokal1", "Fager", "Sokal2", "Sokal3", "Gower", "Roger", "Kruskal", "Pearson", "Rand", "Jaccard", "Folkes", "Russel", and "all".
外部指标,计算:“Hamann”,“Czekanowski”,“Kulczynski”,“McConnaughey”,“Peirce”“ Wallace1“,”Wallace2“,”Gamma“,”Sokal1“,”Fager“,”Sokal2“,”<X “,”Sokal3“,”Gower“,”Roger“,”Kruskal“,”Pearson“,”Rand “,”Jaccard“,”Folkes“,和”Russel“。


Details

详细信息----------Details----------

The data points are counted in a pairwise co-assignment. Given two partitions named C1 and C2, the quantities a, b, c and d are computed for the pairs of the data points xi and xj and their cluster assignments. The numbers a and d are counted as the agreements between the two cluster partitions C1 and C2, whereas b and c are the disagreements of these two partitions:
在成对的共同转让的数据点进行计数。鉴于两个分区命名为C1和C2,用于对数据点xi和xj和它们的聚类分配的数量,b,c和d的计算。 A和D都算作两个聚类分区C1和C2之间的协议,而b和c的分歧,这两个分区:

</table>  Then, the external indices are computed with these values:
</ TABLE>接着,外部指数计算这些值:

</td> </tr>  </table>
</ TD> </ TR> </ TABLE>


值----------Value----------

This function returns a vector with the external validation indices.
这个函数返回一个矢量与外部的验证指标。


(作者)----------Author(s)----------



Marcus Scherl




参考文献----------References----------

Ahmed N Albatineh, Magdalena Niewiadomska-Bugaj, and Daniel Mihalko On similarity indices and correction for chance agreement.

实例----------Examples----------


#require(mlbench)[要求(mlbench)]
#require(flexclust)[要求(flexclust)]

x <- mlbench.2dnormals(500, 3)
cl <- kcca(x$x, 3)
pred <- predict(cl, x$x)
extVal(pred, x$class)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 18:48 , Processed in 0.027142 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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