qerror(som)
qerror()所属R语言包:som
quantization accuracy
量化精度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
get the average distortion measure
获取的平均失真测度
用法----------Usage----------
qerror(obj, err.radius=1)
参数----------Arguments----------
参数:obj
a "som" object
“SOM的对象,
参数:err.radius
radius used calculating qerror
半径计算qerror
值----------Value----------
An average of the following quantity (weighted distance measure) over all x in the sample,
下列数量(加权距离度量)对所有样品中的x,平均
(作者)----------Author(s)----------
Jun Yan <jyan@stat.uiowa.edu>
实例----------Examples----------
foo <- som(matrix(rnorm(1000), 100), 2, 4)
qerror(foo, 3)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|