An open API service indexing awesome lists of open source software.

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

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")