klustringskoefficient
Klustringskoefficient, often called clustering coefficient in English, is a measure in network analysis that quantifies the tendency of nodes to form tightly knit groups. It assesses how close a node’s neighbors are to forming a complete subgraph. For an undirected graph, the local clustering coefficient of a node i with degree k_i is defined as C_i = 2 e_i / (k_i (k_i − 1)) when k_i > 1, where e_i is the number of edges among the neighbors of i. A high value indicates that a node’s neighbors are highly interconnected.
Global clustering can be assessed in two common ways. One approach is to take the average of
There are extensions for weighted and directed networks. Weighted clustering coefficients incorporate edge weights to reflect
Klustringskoefficient is commonly used to characterize network structure. Real-world networks frequently exhibit higher clustering than random