Forum Discussion

ant_molisani's avatar
ant_molisani
Copper Contributor
May 27, 2022
Solved

Louvain clustering with R wpa network_p2p

Hi all, I was running a network analysis on p2p data using R and creating clusters using the louvain option yesterday. Today, I was continuing some analysis and running additional tables using the s...
  • VI_Migration's avatar
    May 30, 2022

    ant_molisani - initial suspicion was right - this was resolved by adding `set.seed(seed = seed)` within the function, prior to the line where the louvain algorithm was run. 

    This is now being addressed in the following pull request: https://github.com/microsoft/wpa/pull/222

    Once it is merged, you should be able to use the new function by installing the development version of the package on GitHub. The production version will be released in the next CRAN release cycle.

Resources