Skip to content

Ego Splitter Algorithm Implementation Problem #164

@PawnDragon

Description

@PawnDragon

Hi, through experiments(including test examples), I noticed that Ego Splitter algorithm in the overlapping community detection can not partition overlapping communities well. The reason is using connected components in the ego graph as the local clustering algorithm. As a result, when a ego graph of a node is a connected graph, it can not generate different personas (only one). I think the So I made some changes that applying louvain method to the local clustering and it worked. However, I can not ensure partition performance. If possible, we can conduct more tests and perfect this feature

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