View source: R/scoring_functions_Rcpp.R
| density_ratio | R Documentation |
Density ratio of a graph's communities.
density_ratio(g, com, type = "local")
g |
Graph to be analyzed (as an |
com |
community membership integer vector. Each element corresponds to a vertex. |
type |
can either be "local" or "global" |
Numeric vector with the internal density of each community.
Other cluster scoring functions:
FOMD(),
average_degree(),
average_odf(),
conductance(),
coverage(),
cut_ratio(),
edges_inside(),
expansion(),
internal_density(),
max_odf(),
normalized_cut(),
scoring_functions(),
weighted_clustering_coefficient(),
weighted_transitivity()
data(karate, package="igraphdata")
density_ratio(karate, membership(cluster_louvain(karate)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.