Skip to content

A Parallel Graph Partitioning Approach designed to work on density-based clustering algorithms.

Notifications You must be signed in to change notification settings

Talessil/parallelized-dc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallelized-dc

A Parallel Graph Partitioning Approach to Enhance Community Detection in Social Networks

The need to detect communities in social networks has always been challenging, especially when analyzing large networks. Therefore, I present a new partitioning algorithm based on what I call a subtree-splitting strategy. The algorithm was designed to work on density-based algorithms such as NetSCAN or DBSCAN. The algorithms' goal is to split a graph structure into n smaller components with respect to the following particulars:

  • The partitioning process keeps the partition's connectivity.
  • The algorithm strategy also allows for the overlapping of nodes between partitions.

Published Work

This work was published in the 25th IEEE Symposium on Computers and Communications (ISCC).

Database

The Digital Bibliography& Library Project (DBLP) database was modeled as a scientific citation network used to support the analysis and experiments.

Open Challenges

The partitioning method is working and well commented. However, since the main goal is to speed up the clustering process, we've been working on the parallelism process followed by the merge implementation.

About

A Parallel Graph Partitioning Approach designed to work on density-based clustering algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published