grape.parallel_general_graph.ParallelGeneralGraph.compute_closeness_centrality¶
-
ParallelGeneralGraph.
compute_closeness_centrality
()[source]¶ Closeness_centrality calculation.
Note
Closeness centrality measures the reciprocal of the average shortest path distance from a node to all other reachable nodes in the graph. Thus, the more central a node is, the closer it is to all other nodes. This measure allows to identify good broadcasters, that is key elements in a graph, depicting how closely the nodes are connected with each other.
- Returns
closeness centrality computed for every node.
- Return type
multiprocessing.managers.dict