Computes the transitive approximation of a directed graph
计算有向图的传递逼近
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the transitive approximation of a graph. The transitive approximation of a graph is a graph that is "almost" transitively closed and has minimal distance to the input graph.
计算图形的传递逼近。传递近似的图形是一个图形,这是“几乎”传递关闭和最小距离输入图。
用法----------Usage----------
transitive.projections(adjmat)
参数----------Arguments----------
参数:adjmat
graphNEL object or adjacency matrix.
graphNEL对象或邻接矩阵。
值----------Value----------
returns adjacency matrices and having minimal graph distance to the input graph matrix
返回邻接矩阵和距离有最小的图形输入图矩阵