A function to compute the incidence matrix for an intersection graph.
一个函数来计算一个路口图的关联矩阵。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the Petrie matrix and Petrie pairs of an interval order given its list of maximal antichains. These can be obtained from Maclist.
返回皮特里矩阵给定的时间间隔其最大antichains名单顺序和皮特里对。这些都可以从Maclist。
用法----------Usage----------
Macmat(ml)
参数----------Arguments----------
参数:ml
A list containing the maximal cliques of the intersection graph of the data.
一个包含数据的路口图的最大派系的名单。
Details
详情----------Details----------
Not worth mentioning?
不值一提?
值----------Value----------
A list containing two components.
列表包含两部分组成。
参数:pmat
The Petrie or clique matrix of the underlying interval order.
的皮特里或集团矩阵的底层的间隔顺序。
参数:ppairs
The Petrie pairs for each observation. These indicate the first and last maximal clique occupied by the observation.
皮特里对每个观察。这些指示的第一个和最后一个观察所占用的最大集团。