Networkx graph generation algorithm sample binary graphs
收藏NIAID Data Ecosystem2026-03-13 收录
下载链接:
https://zenodo.org/record/6547766
下载链接
链接失效反馈官方服务:
资源简介:
Example graph binary object from Networkx's random graph generation algorithms
gnp: Erdős-Rényi graph
gnx: Random graph
regular: Random regular graph
barabasi: Graph from Barabási-Albert preferential attachment model
Parameters Used:
P = 0.015
N = 200
DEGREE = 20
SEED = 0
创建时间:
2022-05-14



