graph-data-science-client
graph-data-science-client copied to clipboard
use the minCommunitySize parameter in Louvain or LPA
Just a question to ask how to use the parameter that it is mentioned also in the original GDS page in the algorithm presentation. Apparently there is some one to one correspondence with some parameters like seedProperty, but cannot make minCommunitySize work.
If somebody know or can tell me how to face the problem would be great.
Cheers.
P:S: example that does not work because of minCommunitySize parameter: gds.louvain.stats(G_largest_component, seedProperty="responsibility", minCommunitySize=20)