将二元无向邻接图转换为超图我要分享

Transforming a binary undirected adjacency graph into a hypergraph

adjacency hypergraph matlab-hypergraph adjacency-matrix Adjacency-graph

关注次数: 206

下载次数: 0

文件大小: 1KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

将二元无向邻接图转换为超图。输出是一个非对称矩阵,其中列是顶点,行是超边。


English Description:

The binary undirected adjacency graph is transformed into hypergraph. The output is an asymmetric matrix, where the columns are vertices and the rows are hyperedges.


代码预览

Hyper.m