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

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

[复制链接]
发表于 2012-10-1 11:39:45 | 显示全部楼层 |阅读模式
seqLLCS(TraMineR)
seqLLCS()所属R语言包:TraMineR

                                        Compute the length of the longest common subsequence of two sequences
                                         计算两个序列的最长公共子序列的长度

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

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

Returns the length of the longest common subsequence of two sequences. This attribute is described in <CITE>Elzinga (2008)</CITE>.
返回两个序列的最长公共子序列的长度。这个属性描述在<CITE> Elzinga(2008)</ CITE>。


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


seqLLCS(seq1, seq2)



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

参数:seq1
a sequence from a sequence object
从一个序列对象序列


参数:seq2
a sequence from a sequence object
从一个序列对象序列


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

an integer being the length of the longest common subsequence of the two sequences.
一个整数是两个序列的最长公共子序列的长度。


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

series. Technical Report, Department of Social Science Research Methods, Vrije Universiteit, Amsterdam.

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

seqdist
seqdist


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


LCS.ex <- c("S-U-S-M-S-U", "U-S-SC-MC", "S-U-M-S-SC-UC-MC")
LCS.ex <- seqdef(LCS.ex)
seqLLCS(LCS.ex[1,],LCS.ex[3,])

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 03:43 , Processed in 0.021269 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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