Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pucca09 committed Sep 6, 2017
1 parent 50a6c6c commit 042328d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<link href="http://kevinburke.bitbucket.org/markdowncss/markdown.css" rel="stylesheet"></link>

# Bagging-based Group Detection Algorithm

* To detect group user based on community detection algorithm - louvain.
* Support Spark 2.0.

## Louvain Algorithm
The Louvain Method for community detection is a method to extract communities from large networks created by Vincent Blondel, Jean-Loup Guillaume, Renaud Lambiotte and Etienne Lefebvre. The method is a greedy optimization method that appears to run in time O(n log n). More comprehensive information please refer to [wiki - Louvain](https://en.wikipedia.org/wiki/Louvain_Modularity).
## Usage
* Source code please see **algorithm** folder
* Main function is located in **driver** folder

## Contact Author
Email : [email protected]

0 comments on commit 042328d

Please sign in to comment.