Will the Random Walks consider the edge weights as well of a Directional graph?
Closed this issue · 2 comments
VikashPeddakota999 commented
Will the Random Walks consider the edge weights as well of a Directional graph?
kerighan commented
Yes, the algorithm is based on the adjacency matrix. Weights will linearly influence probability of a jump.
VikashPeddakota999 commented
Thanks @kerighan