jinhongjung / pyrwr

Python Implementation for Random Walk with Restart (RWR)
MIT License
118 stars 25 forks source link

How to print out the random walk steps while doing pagerank ? #6

Closed JimLeeee closed 3 years ago

JimLeeee commented 3 years ago

How to print out the random walk steps while doing pagerank ?

jinhongjung commented 3 years ago

This repo aims to implement numerical methods obtaining PPR scores. If you want to get random walk sequences, you need to perform the monte carlo simulation for the random walk, and this is out of scope for this repo.