distHellinger(topicmodels)
distHellinger()所属R语言包:topicmodels
Compute Hellinger distance
计算Hellinger距离
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Hellinger distance between the rows of two data matrices are determined or if the second argument is missing between the rows of one data matrix.
Hellinger距离确定两个数据矩阵的行之间的,或如果第二个参数的一个数据矩阵的行之间缺少。
用法----------Usage----------
## Default S3 method:[默认方法]
distHellinger(x, y, ...)
## S3 method for class 'simple_triplet_matrix'
distHellinger(x, y, ...)
参数----------Arguments----------
参数:x
A data matrix.
数据矩阵。
参数:y
A data matrix.
数据矩阵。
参数:...
Currently not used.
目前没有使用。
值----------Value----------
A matrix containing the distances.
一个矩阵包含的距离。
(作者)----------Author(s)----------
Bettina Gruen
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|