Skip to content

ruslanmsk/parallel_dbscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Two versions of source code:

  1. parallel_multicore (for shared memory computers): An OpenMP implementation of DBSCAN clustering algorithm using the disjoint set data structure.

  2. parallel_mpi (for distributed memory computers): An MPI implementation DBSCAN clustering algorithm using the disjoint set data structure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published