jinhongjung / pyrwr

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

Inclusion of SimRank, SimRank, VertexSim, RoleSim, PageSim #7

Closed BradKML closed 2 years ago

BradKML commented 3 years ago

As noted in https://github.com/abhishekmaha23/RoleSim-Python/issues/2 there are other Link predictions out there, and this repo seemed to have some of the best algorithms. Is it possible to include them in this repo?

jinhongjung commented 2 years ago

Sorry for the late reply. I think it is out of the scope of this repository. You may use our codes to implement other node similarity measures since most of them are calculated by power iteration.