DenisGallo / Neo4j-ParticleFiltering

A user-defined procedure based on Markov-chains to approximate the Personalized PageRank algorithm in Neo4j
GNU General Public License v3.0
8 stars 6 forks source link

Modified unlabelled particle filtering to allow node weights #7

Closed leventidis closed 2 years ago

leventidis commented 2 years ago

Modified ParticleFilteringUnlabelled.java to allow node weights. This is done by adding a new List parameter named nodeWeights. If it is set to null then the original unweighted particle filtering algorithm is used.