Skip to content

Resolution issues #94

@yuxuanChen777

Description

@yuxuanChen777

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)`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions