I want to know that either clustering coefficient calculated in NodeXL is Local CC or Global CC because the calculation formula for Local and Global CCs are different as:
and for Global Clustering Coefficient we have:
Thanks!
Local Clustering Coefficient = Local Clustering Coefficient(V) = 2 * N(V)/K(V) [K(V) - 1]
if N(V) is # of links b/w neighbors of node V and K(V) is degree of node Vand for Global Clustering Coefficient we have:
Global Clustering Coefficient = 3 * # of Triangles / # of connected Triplets of V
So, please make it clear that NodeXL calculates what type of clustering coefficient i.e. Local or Global ? Or can anyone elaborate the formula used in NodeXL for clustering coefficient calculation ?Thanks!