Skip to main content

degree_centrality_normalized

Function degree_centrality_normalized 

Source
pub fn degree_centrality_normalized(store: &LpgStore) -> FxHashMap<NodeId, f64>
Expand description

Computes normalized degree centrality.

Normalizes by dividing by (n-1) where n is the node count.