Skip to main content

cohesion

Function cohesion 

Source
pub fn cohesion(graph: &Graph, checks: bool) -> IgraphResult<i64>
Expand description

Group cohesion — igraph C alias igraph_cohesion (flow.c:2470). Exact synonym for vertex_connectivity; kept for naming parity with the upstream API and so users following the White-Harary (2001) sociological-network literature have a direct hit. Identical signature and behaviour.