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

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

[复制链接]
发表于 2012-2-26 13:42:15 | 显示全部楼层 |阅读模式
distances(Rtreemix)
distances()所属R语言包:Rtreemix

                                        Different distances between two given vectors
                                         两个给定的向量之间的不同距离

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

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

These functions are used for calculating different distances between two given vectors. Thus, L1.dist calculates the L1 distance, cosin.dist calculates the cosine distance, euclidian.dist computes the Euclidian distance, and rank.cor.dist computes the rank correlation distance. The vectors have to have same length. When using rank.cor.dist the vectors have to have length larger than 4.
这些函数用于计算两个给定的向量之间的距离不同。因此,L1.dist计算L1距离,cosin.dist计算余弦距离,euclidian.dist计算欧氏距离,rank.cor.dist计算排名相关距离。向量必须有相同的长度。当使用rank.cor.dist向量必须有长度大于4。


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


L1.dist(p, q)
cosin.dist(p, q)
euclidian.dist(x, y)
rank.cor.dist(x, y)



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

参数:p
A numeric vector specifying the first component for the distance calculation. It has to have the same length as q.
一个numeric向量指定的距离计算的第一个组件。它必须具有相同的长度为q。


参数:q
A numeric vector specifying the second component for the distance calculation.  
一个numeric向量指定的距离计算的第二个组成部分。


参数:x
Same as p.  
相同p。


参数:y
Same as q.
相同q。


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

The functions return the distance between the two given vectors.
该函数返回两个向量之间的距离。


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


Jasmina Bogojeska



参见----------See Also----------

kullback.leibler, L2.norm, stability.sim
kullback.leibler,L2.norm,stability.sim


举例----------Examples----------


## Define two numeric vectors with equal lengths (> 4).[#定义两个数值向量长度相等(4)。]
x <- c(1, 2, 3, 4, 5)
y <- c(5, 6, 7, 8, 9)

## Calculate the L1 distance between the vectors x and y[#计算向量x和y之间的L1距离]
L1.dist(x, y)

## Calculate the Euclidian distance between the vectors x and y[#计算向量x和y之间的欧氏距离]
euclidian.dist(x, y)

## Calculate the cosine distance between the vectors x and y[#计算余弦向量x和y之间的距离。]
cosin.dist(x, y)

## Calculate the rank-correlation distance between the vectors x and y[#计算相关距离向量x和y之间的排名]
rank.cor.dist(x, y)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 16:18 , Processed in 0.022707 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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