Skip to content

Incremental distributed community detection based on WCC optimization - Apache Spark

License

Notifications You must be signed in to change notification settings

TariqAbughofa/incremental_distributed_wcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weighted Community Clustering (WCC) is a metric that was propsed to find communities in unweighted undirected graphs (https://arxiv.org/pdf/1411.0557.pdf). In this repository I implemented a new algorithm based on WCC for large-scale graphs that incease incrementally with time using an upcoming stream. The implementation used Apache Spark as the streaming engine and Scala as the implementation language.

About

Incremental distributed community detection based on WCC optimization - Apache Spark

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages