Skip to main content

pagerank

Function pagerank 

Source
pub fn pagerank(
    conn: &Connection,
    config: PageRankConfig,
) -> Result<Vec<(i64, f64)>>
Expand description

Compute PageRank scores for all entities

Returns a vector of (entity_id, score) sorted by score descending.