getCouple(VBmix)
getCouple()所属R语言包:VBmix
getCouple
getCouple
译者:生物统计家园网 机器人LoveR
描述----------Description----------
computes classification error function described in references, a.k.a couple error. In brief, evaluates how elements are gathered similarly, irrespectively of exact label values (adapted to clustering).
计算分类误差函数中的引用,也就是夫妻错误。简单地说,评估元素是如何聚集同样无关的标签值(适用于聚类)。
用法----------Usage----------
getCouple(vec1, vec2)
参数----------Arguments----------
参数:vec1
vector of numeric labels.
矢量的数字标签。
参数:vec2
vector of numeric labels.
矢量的数字标签。
值----------Value----------
classification error in [0,1].
在[0,1]的分类错误。
(作者)----------Author(s)----------
Pierrick Bruneau
参考文献----------References----------
Stat. Assoc., Volume 78, Pages 553-569.
flock of agents_, Evolutionary Computation, Volume 15, Number 3, Pages 345-367.
实例----------Examples----------
temp <- classicEM(irisdata, 4)
getCouple(temp$labels, irislabels)
#[1] 0.1524832[[1] 0.1524832]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|