kerighan/graph-walker

Will the Random Walks consider the edge weights as well of a Directional graph?

Closed this issue · 2 comments

Will the Random Walks consider the edge weights as well of a Directional graph?

Yes, the algorithm is based on the adjacency matrix. Weights will linearly influence probability of a jump.