kcore decomposition for the weighted network
Is there anyway to compute the kcore decomposition for the weighted networks using graph-tool? or any similar measures like k-shell. In his work [1], Vladimir Batagelj introduces "ps-core" that accounts for the edge weights. this is the paper that is cited for the kcore_decomposition <https://graph-tool.skewed.de/static/doc/topology.html#graph_tool.topology.kcore_decomposition> method. cheers, [1] https://link.springer.com/article/10.1007/s11634-010-0079-y -- Mohsen
Am 18.12.19 um 11:43 schrieb m jadidi:
Is there anyway to compute the kcore decomposition for the weighted networks using graph-tool? or any similar measures like k-shell.
No, but the kcore_decomposition() function accepts multigraphs. -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
m jadidi -
Tiago de Paula Peixoto