poiFile-class(rPorta)
poiFile-class()所属R语言包:rPorta
Class "poiFile"
类“poiFile”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Encapsulates PORTA files describing polyhedra in PORTA's poi file format.
封装PORTA文件描述多面体的的PORTA的POI文件格式。
类对象----------Objects from the Class----------
A poiFile object holds three slots.
ApoiFile对象拥有三个插槽。
插槽----------Slots----------
convex_hull:poi object containing a set of points describing the polyhedron
convex_hull:POI对象,它包含了一组描述多面体的点
convex_cone:poi object containing a set of vectors spanning a convex cone
convex_cone:POI对象,其中包含一组向量,涵盖了凸锥
strong_validity:Only used for return values containing a strong validity table
strong_validity:仅用于含强效度表的返回值
方法----------Methods----------
convertToStringConvert to character string in PORTA's format
convertToStringConvert PORTA的格式字符串
dimdim computes the dimension of the convex hull and the convex cone of a given set of points by using a gaussian elimination algorithm. Moreover, in the case that the input system is not full dimensional, dim displays the equations satisfied by the system.
昏暗dim计算的凸包的尺寸和通过使用高斯消除算法的一组给定的点的凸锥。此外,在的情况下,在输入系统是不充分的三维,dim显示由系统满足方程。
扩展----------Extends----------
Class "portaFile", directly.
类"portaFile",直接。
(作者)----------Author(s)----------
Robin Nunkesser <a href="mailto:Robin.Nunkesser@tu-dortmund.de">Robin.Nunkesser@tu-dortmund.de</a>
参见----------See Also----------
"poi", "ieq", "ieqFile"
"poi","ieq","ieqFile"
实例----------Examples----------
# Show the definition of example.poi to provide an example[显示定义example.poi提供一个例子]
example.poi
# A second example[第二个例子]
hull <- as.poi(matrix(1:30,ncol=3))
cone <- new("poi", num=matrix(c(0,0,2), nrow=1,ncol=3), den=matrix(c(1,1,3),nrow=1,ncol=3))
poiFileExample<-new("poiFile", convex_hull=hull, convex_cone=cone)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|