fctp-method(rPorta)
fctp-method()所属R语言包:rPorta
Method "fctp"
法“fctp”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Checks inequalities for facet inducing property.
检查方面诱导财产的不平等现象。
用法----------Usage----------
## S4 method for signature 'ieqFile':
fctp(object,poiObject)
参数----------Arguments----------
参数:object
Object of class ieqFile
对象的类ieqFile的
参数:poiObject
Object of class poiFile
对象的类poiFile的
Details
详细信息----------Details----------
fctp performs a check whether the inequalities given in object are facet inducing for the polyhedron given by poiObject.
fctp执行检查的不平等是否object是的poiObject多面体的方面诱导。
For all inequalities fctp does the following:
对于各个方面的不平等fctp执行以下操作:
In a first step fctp checks if the inequality is valid. If this is not the case fctp returns the points and rays which are not valid.
在第一步骤中fctp检查如果不等式是有效的。如果不是这种情况下fctp返回无效点和射线。
In a second step fctp computes those valid points and rays which satisfy the inequality with equality and - if there are any - returns them.
在第二个步骤fctp计算那些有效的满足不等式的点和射线与平等 - 如果有任何 - 返回。
值----------Value----------
Returns one or more objects of class poiFile.
返回一个或多个对象的类poiFile。
(作者)----------Author(s)----------
Robin Nunkesser <a href="mailto:Robin.Nunkesser@tu-dortmund.de">Robin.Nunkesser@tu-dortmund.de</a>
参见----------See Also----------
"ieqFile", "poiFile"
"ieqFile","poiFile"
实例----------Examples----------
# A very simple example[一个很简单的例子]
ieqExample<-as.ieqFile(cbind(diag(3),rep(0,3)))
poiExample<-as.poiFile(rbind(diag(3),rep(-1,3)))
fctp(ieqExample,poiExample)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|