Skip to content

This is a project I completed outlining implementations to the farthest-first centroid clustering algorithm as well as the parallel K-means algorithm using OpenMP in C.

Notifications You must be signed in to change notification settings

Judmurray/OpenMP-Kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Farthest-first-and-Kmeans

This is a project I completed outlining implementations to the farthest-first centroid clustering algorithm as well as a parallel implementation of the K-means algorithm using OpenMP in C.

Previously, I had written a file, FarFirst.c, in order to use the farthest-first clustering in my implementation, and I utilized it here in setting up an OpenMP K-means algorithm. The algorithm takes a .dat file containing coordinate point values. Additionally, there is timing and performance testing accompanying as well as a brief performance write-up at the end.

About

This is a project I completed outlining implementations to the farthest-first centroid clustering algorithm as well as the parallel K-means algorithm using OpenMP in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages