Skip to content
#

open-mp

Here are 46 public repositories matching this topic...

This program implements the K-means clustering algorithm using OpenMP APIs. The K-means algorithm is a popular method of vector quantization that aims to partition n observations into k clusters. Each observation is assigned to the cluster with the nearest mean, serving as a prototype of the cluster.

  • Updated Aug 23, 2023
  • C

Improve this page

Add a description, image, and links to the open-mp 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 open-mp topic, visit your repo's landing page and select "manage topics."

Learn more