Skip to content

implement for LPANNI: Overlapping Community Detection Using Label Propagation in Large-Scale Complex Networks

Notifications You must be signed in to change notification settings

liboyuty/LPANNI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPANNI

implement for LPANNI: Overlapping Community Detection Using Label Propagation in Large-Scale Complex Networks

usage

main.py -i <inputFile> -o <outputFile>

inputFile:edgelist

for example

1 2

2 3

3 4

23 45

...

note

节点的归属系数:设置节点对社区c的归属系数>0.1表示节点属于c社区,可以通过main.py中的generator的初始化来设置这个系数。

About

implement for LPANNI: Overlapping Community Detection Using Label Propagation in Large-Scale Complex Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages