Kurze Formel fuer PageRank schreiben (auswendig lernen)
Simplified PageRank for node u is the sum all page ranks of nodes that point to u divided by the number of their outboud links
Initial PageRank is evenly (uniformly) distributed
Formula describes equilibrium: iterate until convergence
After first iteration, if node has no inbound links, PR of this node is 0
MapReduce teile von Pagerank erklaeren
Was sind Dead Ends?
Was sind Spider Traps?
Wann kann PageRank nicht konvergieren?
Graphen gegeben? Spider Traps und Dead Ends identifizieren