Hierarchical closeness (HC) is a structural centrality measure used in network theory or graph theory. It is extended from closeness centrality to rank how centrally located a node is in a directed network. While the original closeness centrality of a directed network considers the most important node to be that with the least total distance from all other nodes, hierarchical closeness evaluates the most important node as the one which reaches the most nodes by the shortest paths. The hierarchical closeness explicitly includes information about the range of other nodes that can be affected by the given node. In a directed network
G(V,A)
V
A
i
V
Chc(i)
Chc(i)=NR(i)+C(clo-i)(i)
NR(i)\in[0,|V|-1]
i
NR(i)=|\{j\inV:\exists
i
j\}|
Cclo(i)
Cclo-i(i)=
1 | |
|V|-1 |
\sumj
d(i,j)
i
j
d(i,j)
In the formula,
NR(i)
V
i
NR(i)=0
Chc(i)=0
C(clo-i)(i)
0
NR(i)>0
NR(i)\geq1
C(clo-i)(i)<1
Hierarchical closeness can be used in biological networks to rank the risk of genes to carry diseases.http://www.sciencedirect.com/science/article/pii/S1476927114001030