networkx graph measures considering node size

87 Views Asked by At

I have a directed graph instance i've created using networkx.

I want to calculate different metrics of the graph and the nodes of the graph (density, betweenness centrality, etc.).

The nodes in the graph have a size attribute. I wonder if there is some metric that consider the size of the node?

Thanks

0

There are 0 best solutions below