| weighted_clustering_coefficient | R Documentation |
Weighted clustering Computed using the definition given by McAssey, M. P. and Bijma, F. in "A clustering coefficient for complete weighted networks" (2015).
weighted_clustering_coefficient(g, upper_bound = NULL)
g |
igraph graph |
upper_bound |
upper bound to the edge weights used to compute the integral |
The weighted clustering coefficient of the graph (a scalar).
Other cluster scoring functions:
FOMD(),
average_degree(),
average_odf(),
conductance(),
coverage(),
cut_ratio(),
density_ratio(),
edges_inside(),
expansion(),
internal_density(),
max_odf(),
normalized_cut(),
scoring_functions(),
weighted_transitivity()
data(karate, package="igraphdata")
weighted_clustering_coefficient(karate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.