An open API service indexing awesome lists of open source software.

https://github.com/shivamiitk21/k-medoids-parallel

Algorithms for K-Medoids Clustering
https://github.com/shivamiitk21/k-medoids-parallel

cuda-programming kmedoids-clustering parallel

Last synced: 4 months ago
JSON representation

Algorithms for K-Medoids Clustering

Awesome Lists containing this project

README

          

# K-Medoid Algorithms

This repo contains implementations of K-Medoid Clustering algorithms.

### Serial PAM

Single threaded PAM algorithm which runs on CPU

### Parallel PAM

Parallelized PAM which run on CUDA supported GPUs.