pub fn degree_centrality_normalized(store: &LpgStore) -> FxHashMap<NodeId, f64>
Computes normalized degree centrality.
Normalizes by dividing by (n-1) where n is the node count.