Sum of 1/d(v,w) normalized by (n-1). Variant of closeness using harmonic mean of distances.
Arguments
- x
Network input (matrix, igraph, network, cograph_network, tna object).
- mode
For directed networks:
"all"(default),"in", or"out".- ...
Additional arguments passed to
centrality(e.g.,normalized,weighted,directed).
See also
centrality for computing multiple measures at once,
centrality_harmonic for a related measure.
