updateNorm-methods(ROptEst)
updateNorm-methods()所属R语言包:ROptEst
Methods for Function updateNorm in Package ‘ROptEst’
功能updateNorm方法包ROptEst“
译者:生物统计家园网 机器人LoveR
描述----------Description----------
updateNorm-methods to update norm in IC-Algo
的updateNorm方法来更新规范的IC-算法
用法----------Usage----------
## S4 method for signature 'SelfNorm'
updateNorm(normtype, L2, neighbor, biastype, Distr, V.comp,
cent, stand, w)
参数----------Arguments----------
参数:normtype
normtype of class NormType
normtype类NormType
参数:...
further arguments to be passed to specific methods.
进一步的参数被传递到具体的方法。
参数:L2
L2derivative
L2derivative
参数:neighbor
object of class "Neighborhood".
对象类"Neighborhood"。
参数:biastype
object of class "BiasType"
对象的类"BiasType"
参数:cent
optimal centering constant.
最优的中心不变。
参数:stand
standardizing matrix.
规范矩阵。
参数:Distr
standardizing matrix.
规范矩阵。
参数:V.comp
matrix: indication which components of the standardizing matrix have to be computed.
矩阵:指示哪些组件标准化矩阵以计算。
参数:w
object of class RobWeight; current weight
对象的类RobWeight;目前的体重
Details
详细信息----------Details----------
updateNorm is used internally in the opt-IC-algorithm to be able to work with a norm that depends on the current covariance
updateNorm是在内部使用的OPT-IC-算法能够依赖于当前的协方差与规范工作
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>updateNorm</td> <td> an updated object of class NormType.</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> updateNorm</ TD> <TD>一个更新的对象的类NormType。</ TD> </ TR > </ TABLE>
方法----------Methods----------
(作者)----------Author(s)----------
Peter Ruckdeschel <a href="mailtoeter.Ruckdeschel@itwm.fraunhofer.de">eter.Ruckdeschel@itwm.fraunhofer.de</a>
参见----------See Also----------
NormType-class
NormType-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|