Skip to main content

pagerank_run

Function pagerank_run 

Source
pub fn pagerank_run<G: Graph>(graph: &G, config: PageRankConfig) -> PageRankRun
Expand description

PageRank with convergence reporting.

iterations is the number of update steps performed. diff_l1 is the final (L_1) residual (sum of absolute deltas).