as.Q_constraint(ROI)
as.Q_constraint()所属R语言包:ROI
Quadratic Constraints
二次约束
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Coerces objects of type "Q_constraint".
胁迫对象的类型"Q_constraint"。
用法----------Usage----------
参数----------Arguments----------
参数:x
an R object.
R对象。
参数:...
further arguments passed to or from other methods (currently ignored).
通过进一步的参数或其它方法(目前忽略不计)。
Details
详细信息----------Details----------
Objects from the following classes can be coerced to "Q_constraint": "list". The "list" must contain four elements, a list of matrices Q_m representing the quadratic part of m constraints, the matrix A describing the linear part, the direction of the constraints, and
从下面的类的对象可以强制转换为"Q_constraint":"list"。 "list"必须包含四个元素的矩阵,列表Q_m二次m的限制,矩阵A描述的线性部分,方向的限制,和
值----------Value----------
an object of class "Q_constraint" which inherits
一个对象的类"Q_constraint"继承
(作者)----------Author(s)----------
Stefan Theussl
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|