Random walk

From Cohen Courses
Revision as of 23:34, 1 October 2012 by Dzheng (talk | contribs) (→‎Relevant Papers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

In the context of a graph, this is a method or a model that simulates a surfer's walking on the graph. The surfer will choose the next vertex of the graph based on the weight of the edge between the current vertex and the vertices linked to the current vertex.

More formal definition can be found here.

Relevant Papers