id2ctxt(VLMC)
id2ctxt()所属R语言包:VLMC
VLMC Context ID Conversion
VLMC上下文ID转换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Utility for converting a vlmc state ID to the corresponding context. Of rare interest to the average user.
实用程序转换vlmcID相应的上下文。罕见的平均用户的利益。
用法----------Usage----------
id2ctxt(id, m=nchar(alpha), alpha=NULL)
参数----------Arguments----------
参数:id
integer, a context ID such as optionally returned by predict.vlmc.
整数,如任选返回predict.vlmc上下文ID。
参数:m
integer, the alphabet length. Defaults to nchar(alpha), the alphabet size if that is given.
整数,字母表的长度。默认为nchar(alpha),字符集的大小,如果是给定的。
参数:alpha
alphabet string
字母串
值----------Value----------
a list (if alpha is not specified) or character vector of the same length as id, giving the context (as integer vector or single string) of the corresponding id
一个列表(如果alpha未指定)相同的长度或字符的矢量id,给上下文(作为整数向量或单个字符串)对应的id
参见----------See Also----------
predict.vlmc(*, type = "ID").
predict.vlmc(*, type = "ID")。
实例----------Examples----------
id2ctxt(c(2,3,5,9), alpha = "Ab")
str(id2ctxt(c(2,3,5,9), 2))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|