Differences between different versions of the code
hadisfr opened this issue · 1 comments
hadisfr commented
Hi!
In the article it is said that multiple similarity functions, specifically PageRank, Adj., and SimRank, can be used.
In the codebase, except from recently-added weighted versions, there are three version of code with slight differences: verse
, verse-neigh
, and verse-simrank
.
I don't get which one is which one. Can you please explain a little? 🤔 Are they PageRank, Adj., and SimRank, respectively?
xgfs commented
Yes, you are correct. Default is PageRank and adjacency is neighbor sampling.