Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 785 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 785 Bytes

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.

Usage

  • Source code please see algorithm folder
  • Main function is located in driver folder

Contact Author

Email : cqq@bupt.edu.cn