Skip to main content

Module pagerank

Module pagerank 

Source
Expand description

PageRank computation on the Property Graph.

Provides a reusable compute function that can be called by ctx_architecture, ctx_overview, and ctx_fill for importance-weighted context selection.

Structs§

PageRankInput

Functions§

compute
compute_personalized
Personalized PageRank: if seed_files is non-empty, teleportation bias goes to those files instead of uniform distribution. Handles dangling nodes (nodes with no outgoing edges) by redistributing their rank.
top_files
top_files_personalized