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

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

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

                                        Tie parameters of a model together.
                                         绑在一起的模型参数。

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

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

groups of parameters of a model to be seen as one parameter during optimisation of the model.
被视为一个优化模型中的参数模型的参数组。


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


  modelTieParam(model, paramsList)



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

参数:model
the model for which parameters are being tied together.
模型的参数都被捆绑在一起。


参数:paramsList
indices of parameteres to group together. The indices are provided in a list. Each element in the list contains a vector of indices of parameters that should be considered as one parameter. Each group of parameters in each cell should obviously be mutually exclusive.  Alternatively, the specification may consist of strings, which are interpreted as regular expressions that are matched against the parameter names returned by modelExtractParam or kernExtractParam, as appropriate fot the current object.
指数parameteres组合到一起。该指数提供的列表中。列表中的每个元素都包含一个参数应作为一个参数考虑指数的向量。每个组在每个单元的参数,显然应该是相互排斥的。此外,规范的可能,这被解释为是对返回适当FOTmodelExtractParam或kernExtractParam,当前对象的参数名匹配的正则表达式的字符串组成。


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


参数:model
the model with the parameters grouped together.
模型的参数组合在一起。


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

modelExtractParam, modelExpandParam, modelGradient.
modelExtractParam, modelExpandParam, modelGradient。


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


# Create a multi kernel with two rbf blocks with bounded inverse widths[创建有两个区块范围内的反宽度RBF多内核]
invWidthBounds <- c(0.5, 2)
kernType <- list(type="multi", comp=list())
for (i in 1:2)
  kernType$comp[[i]] <- list(type="parametric", realType="rbf",
                              options=list(isNormalised=TRUE,
                                inverseWidthBounds=invWidthBounds))
kern <- kernCreate(1, kernType)

# Tie the inverse with parameters of the component RBF kernels[配合逆组件的RBF内核参数]
kern <- modelTieParam(kern, list(tieWidth="inverseWidth"))
kernDisplay(kern)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 03:22 , Processed in 0.026094 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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