Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 310 Bytes

File metadata and controls

5 lines (5 loc) · 310 Bytes

K-medoids-python

Python implementation of k-medioids clustering algorithm from scratch.

  • Run k-medoids-clustering.py
  • You have to provide the value of k (the number of clusters) input from console.
  • The program will assign each instance to a cluster and save the result of cluster assignment in csv file.