neo4j-contrib / neo4j-graph-algorithms

Efficient Graph Algorithms for Neo4j
https://github.com/neo4j/graph-data-science/
GNU General Public License v3.0
770 stars 194 forks source link

Does neo4j algo support "Alias Method" sampling algorithm? #909

Closed zhujiajunup closed 5 years ago

zhujiajunup commented 5 years ago

Does neo4j algo support "Alias Method" sampling algorithm when random walk?

AliciaFrame commented 5 years ago

No. The labs implementation of Random Walk only supports random or biased random (following node2vec) walks based on standard random number generators. Our random walk implementation is experimental and not officially supported.