bandicoot.network.clustering_coefficient_unweighted(user)¶The clustering coefficient of the user in the unweighted, undirected ego network.
It is defined by counting the number of closed triplets including the current user:
where degree is the degree of the current user in the network.