Graph Theory - Chap 2
Let G be an undirected, unweighted network without self-loops and with N nodes. For a given node i , let N i denote the number of neighbors of i . Which of the following expressions correctly represents the denominator of the clustering coefficient for node i , given that the nominator L i represents the actual number of connections between the N i neighbors? ( N i (N i − 1) ) / 2 N i 2 ( N i (N i + 1) ) / 2 N i (N i − 1) None of the above Original idea by: Yan Prada.