microeco icon indicating copy to clipboard operation
microeco copied to clipboard

trans_network

Open Hobgoblin8 opened this issue 1 year ago • 3 comments

Excuse me, What code is used to calculate these node-level topological features (degree, betweenness, closeness, and eigenvector centrality) for each node? thank you.

Hobgoblin8 avatar Sep 14 '23 09:09 Hobgoblin8

Hi. Please try to use get_node_table function in trans_network class.

ChiLiubio avatar Sep 14 '23 11:09 ChiLiubio

Sorry. I didn't get closeness and eigenvector centrality using 'get_node_table' function.

Hobgoblin8 avatar Sep 15 '23 01:09 Hobgoblin8

Hi. Sorry. I forgot to add these two centrality indexes in the function yesterday. I have updated the package in the github. Please reinstall it from github and try again. Thanks.

Best, Chi

ChiLiubio avatar Sep 15 '23 04:09 ChiLiubio