pymnet.gcc_zhang¶
- pymnet.gcc_zhang(net)¶
Global version of the Zhang’s clustering coefficient of a node in weighted monoplex network.
The clustering coefficient is given by formula:
\[c_Z = \frac{\sum_{i,j,h} W_{ij}W_{ih}W_{jh}}{ w_{\max}\sum_i \sum_{j \neq h} W_{ij}W_{ih}}\]See also
cc_zhang
The local version of the clustering coefficient