Skip to content

eric-kimbrel/distributed-louvain-modularity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Louvain Modularity

Louvain in Action Community Assignment phases of Louvain Modularity when applied to the Enron Email Data Set. In this image each node repsents an email address and color represents community.

What is it?

This project is an implementation of the Louvain Community Detection algorithm described in "Fast unfolding of communities in large networks" which:

  1. assigns communities to nodes in a graph based on graph structure and statistics and
  2. compresses the community-tagged graph into a smaller one.

This process can then be repeated to build several community-aggregated versions of the same original graph.

#####Interested in learing more?

Louvain Graph Compression

Why do I care?

Identifying communities in large networks based on graph structure is difficult to eyeball and computationally hard, but is useful in understanding structure and strength of community metrics which may adhere to real-world relationships or constraints. Furthermore, big-data size graph compression allows for analysis of networks at various aggregation levels which is useful in guided network analysis and drill-down operations.

How do I get it?

#####It's easy! - click here if you're already sold and want it now!

Get any other questions answered at our wiki!

About

Community Detection and Compression Analytic for Big Graph Data

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 89.4%
  • Python 9.2%
  • Shell 1.4%