文件名称:GraphMLReader.jl:将GraphML文件读取到MetaGraph
文件大小:9.06MB
文件格式:ZIP
更新时间:2024-03-14 23:01:49
JupyterNotebook
GraphMLReader.jl 将GraphML文件读取到MetaGraph。 GraphMLRead.jl做什么? 步骤1:读取xml文件。 第二步:创建一个MetaGraph / MetDiGrap并以Int顶点ID升序添加顶点。 将顶点的原始ID保存到node属性:original_id 。 步骤3:将顶点属性和边属性保存到MetaGraph / MetaGraph。 如何使用 将GraphML文件加载到MetaGraph对象 file_path = joinpath( "data/large_traffic_network.graphml" ) G = loadgraphml( file_path ) # return a MetaGraph object 获取节点的属性 node_fields(G) 获取边缘的属性 edge_fields(G) 获取旧ID的字典 ids =
【文件预览】:
GraphMLReader.jl-master
----Project.toml(483B)
----Manifest.toml(6KB)
----.github()
--------workflows()
----test()
--------test_lightgraphs.jl(658B)
--------test_data()
--------runtests.jl(192B)
--------test_readfile.jl(257B)
--------test_staticgraphs.jl(1KB)
----notebook()
--------networkx_benchmark.ipynb(6KB)
--------lightgraphs_benchmark.ipynb(9KB)
----src()
--------GraphMLReader.jl(233B)
--------util.jl(1KB)
--------graphml.jl(5KB)
----.gitignore(34B)
----README.md(1KB)