https://github.com/maylad31/kmeans-from-scratch-in-python
https://github.com/maylad31/kmeans-from-scratch-in-python
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maylad31/kmeans-from-scratch-in-python
- Owner: maylad31
- Created: 2017-06-18T08:24:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T08:33:02.000Z (over 8 years ago)
- Last Synced: 2025-01-11T13:54:07.401Z (12 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kmeans-from-scratch-in-python
# instructions to run:
update points.txt with your matrix
keep kmeans.py and points.txt in same folder
open cmd and go to same folder
python kmeans.py 2("keep space and edit it with number of clusters you need")