optimiDefaultConstraint(tigre)
optimiDefaultConstraint()所属R语言包:tigre
Returns function for parameter constraint.
返回参数的约束功能。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
returns the current default function for constraining a parameter.
返回当前制约参数的默认功能。
用法----------Usage----------
optimiDefaultConstraint(constraint)
参数----------Arguments----------
参数:constraint
the type of constraint you want to place on the parameter, options include 'positive' (gives an 'exp' constraint) and 'zeroone' (gives a 'sigmoid' constraint).
约束的类型,你要放置的参数,选项包括“积极的”,给出了一个“EXP”的约束和“zeroone”给出了“乙状结肠”约束。
值----------Value----------
参数:val
a list with two components: 'func' for the name of function used to apply the constraint, and 'hasArgs' for a boolean flag if the function requires additional arguments.
:一个带有两个组件列表“功能,用于申请约束功能的名称,和”hasArgs“的功能,如果需要额外的参数为布尔标志。
参见----------See Also----------
expTransform, sigmoidTransform.
expTransform, sigmoidTransform。
举例----------Examples----------
optimiDefaultConstraint('positive')
optimiDefaultConstraint('bounded')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|