Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 229 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 229 Bytes

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.