Forum Discussion
Louvain clustering with R wpa network_p2p
- 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.
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.