-
-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Description
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
Labels
No labels