Skip to content

CLIMP is an parallel computing algorithm for data clustering with openMP design.

Notifications You must be signed in to change notification settings

shaoqiangzhang/climp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

climp

CLIMP is an parallel computing algorithm for data clustering with openMP design.

please make sure that the openMP API(http://openmp.org) and a C++ compiler have been installed.

The GNU compiling command: g++ -fopenmp climp.cpp -o climp

If you use the clustering algorithm, please cite the reference: http://dx.doi.org/10.1371/journal.pone.0160435 "Shaoqiang Zhang and Yong Chen, CLIMP: clustering motifs via maximal cliques with parallel computing design, PLoS ONE, 2016".

About

CLIMP is an parallel computing algorithm for data clustering with openMP design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages