Skip to content

arpitpandey0209/Community-Detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Community-Detection

This project is done as a final Capstone project for the Coursera OOP Specialization by UC San Deigo.

Community Detection in Complex Networks.

Detect Communities in Complex Networks using Girvan Newman Algorithm based on Betweenness Measure and the Newman's Fast Greedy Algorithm for community detection using modularity.

Running

  • To see the Girvan Newman algorithm in action, run the main method as a driver in CapGraph.java

  • To see the Newman's greedy algorithm in action, run the main method as a driver in FastNewmanImpl.java

About

Community Detection in Complex Networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%