Skip to main content

pagerank_checked

Function pagerank_checked 

Source
pub fn pagerank_checked<G: Graph>(
    graph: &G,
    config: PageRankConfig,
) -> Result<Vec<f64>>
Expand description

Checked PageRank centrality.

This validates config and rejects obviously-invalid numeric settings.