Skip to main content

score_all

Function score_all 

Source
pub fn score_all(
    graph: &KnowledgeGraph,
    communities: &HashMap<usize, Vec<String>>,
) -> HashMap<usize, f64>
Expand description

Compute cohesion scores for all communities.