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.