中文

由关联数组构造邻接数组

数据结构与算法 2017-09-19 v1 离散数学 组合数学

摘要

图构造是数据处理流水线中的一项基本操作,通常通过将图的关联数组表示 Ein\mathbf{E}_\mathrm{in}Eout\mathbf{E}_\mathrm{out} 相乘,生成可由多种算法处理的图的邻接数组 A\mathbf{A}。本文提供了数学准则,用于确定乘积 A=EoutTEin\mathbf{A} = \mathbf{E}^{\sf T}_\mathrm{out}\mathbf{E}_\mathrm{in} 是否具有图邻接数组所需的结构。所得邻接数组中的值由执行数组乘法时所用的相应加法 \oplus 和乘法 \otimes 运算决定。本文使用一小部分流行音乐元数据,展示了不同 \oplus\otimes 运算可能产生的各种结果。

关键词

引用

@article{arxiv.1702.07832,
  title  = {Constructing Adjacency Arrays from Incidence Arrays},
  author = {Hayden Jananthan and Karia Dibert and Jeremy Kepner},
  journal= {arXiv preprint arXiv:1702.07832},
  year   = {2017}
}

备注

8 pages, 5 figures, accepted to IEEE IPDPS 2017 Workshop on Graph Algorithm Building Blocks