A C++ implementation of simple k-means clustering algorithm.
-
Updated
Jul 28, 2021 - C++
A C++ implementation of simple k-means clustering algorithm.
Implementation of k-means algorithm using MPI and OpenMP
Let's get those centroids!
Project for Parallel Computing course. Sequential and parallel implementations of K-Means algorithm in C++ with OpenMP and CUDA.
KMeans With OMP Parallelization
Implementation of various data mining algorithms in c++
image processing
A version of the K-Means Algorithm targeting the Capacitated Clustering Problem
k-means implementation for 2D points data ( SDL )
Parallel implementation of K-Means algorithm
Native C++ implementation of the k-means clustering algorithm
Unsupervised Learning Classification with K-Means
This repository contains an implementation of the K-Means Clustering algorithm using C++. The purpose of the algorithm is to partition a dataset into clusters, where each cluster is represented by its centroid. This implementation uses Tokura distance, a weighted Euclidean distance, to measure similarity between data points and centroids.
K-Means Algorithm implemented using sequential and parallel algorithms.
KMeans-Client Algorithm implemented in C++: This program receives data using nlohmann JSON and establishes a connection to the server through sockets
Recunoastere pe baza de semnaturi
Add a description, image, and links to the kmeans-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the kmeans-algorithm topic, visit your repo's landing page and select "manage topics."