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§
Functions§
- compute
- compute_
personalized - Personalized PageRank: if
seed_filesis 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