/k_means_clustering

Implementation of K means clustering algorithm for CSCE 470

Primary LanguagePython

k_means_clustering

Implementation of K means clustering algorithm for CSCE 470

To Run:

Make sure the documents to be clustered are either in a relative path data/train to the directory your script is in or make sure to adjust the path in kmeans.py to point to the documents.

Otherwise simply run: python3 kmeans.py