Skip to content

randomWalkFlow

randomWalkFlow(graph, opts?): FlowResult

Defined in: network/flow.ts:44

Compute the random-walk FlowResult for a directed graph. O(iterations · edges); a handful of milliseconds for the thousands-of-nodes scale this is meant for. Run it offline to bake a fixture.

FlowGraph

FlowOptions = {}

FlowResult