Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolution issues #94

Open
yuxuanChen777 opened this issue May 24, 2022 · 1 comment
Open

Resolution issues #94

yuxuanChen777 opened this issue May 24, 2022 · 1 comment

Comments

@yuxuanChen777
Copy link

Why does a decrease in resolution result in a much larger number of clusters? Increasing resolution also increases the number of clusters.

`G = nx.erdos_renyi_graph(1000, 0.01)
partition = community_louvain.best_partition(G,resolution=1)
C=[]

for k in partition.values():
C.append(k)
C=set(C)
len(C)`

@pablosteinmetz
Copy link

Having the same problem here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants