https://github.com/sadmansakib93/k-medoids-python
Python implementation of k-medioids algorithm from scratch.
https://github.com/sadmansakib93/k-medoids-python
clustering clusters implementation kmedoids-python python
Last synced: 12 days ago
JSON representation
Python implementation of k-medioids algorithm from scratch.
- Host: GitHub
- URL: https://github.com/sadmansakib93/k-medoids-python
- Owner: SadmanSakib93
- Created: 2019-12-25T06:41:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T06:45:53.000Z (over 6 years ago)
- Last Synced: 2025-03-01T11:27:01.387Z (over 1 year ago)
- Topics: clustering, clusters, implementation, kmedoids-python, python
- Language: Python
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.