img

تفاصيل البطاقة الفهرسية

Estimating PageRank on Graph Streams

مقال من تأليف: Sarma, Atish Das ; Gollapudi, Sreenivas ; Panigrahy, Rina ;

ملخص: This article focuses on computations on large graphs (e.g., the web-graph) where the edges of the graph are presented as a stream. The objective in the streaming model is to use small amount of memory (preferably sub-linear in the number of nodes n) and a smaller number of passes. In the streaming model, we show how to perform several graph computations including estimating the probability distribution after a random walk of length l, the mixing time M, and other related uantities such as the conductance of the graph. By applying our algorithm for computing probability distribution on the web-graph, we can estimate the PageRank p of any node up to an additive error of vp+  in (M/a) passes and (min(na + 1/M/a + (1/)Ma, anvMa + (1/)M/a)) space, for any a ? (0, 1]. Specifically, for  = M/n, a = M- , we can compute the approximate PageRank values in (nM- ) space and (M ) passes. In comparison, a standard implementation of the PageRank algorithm will take O(n) space and O(M) passes. We also give an approach to approximate the PageRank values in just (1) passes although this requires (nM) space.


لغة: إنجليزية