Skip to content
#

clustering-algorithm

Here are 69 public repositories matching this topic...

Sequential and Parallel(using Open MP and Pthreads) Implementations(c++) of the K Means Clustering Algorithm and visualizing the results for a comparative study of the Speedup and Efficiency achieved in 3 different implementations

  • Updated Feb 15, 2019
  • C++

k-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster.

  • Updated Jan 27, 2021
  • C++

Improve this page

Add a description, image, and links to the clustering-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clustering-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more