/AI-Project-4

Cluster's Data using K-nearest neighbor clustering and displays the data as a graph

Primary LanguagePython

#AI-Project-4 alt tag This program clusters a set of coordinates using a KNN clustering algorithm. #Usage python Clustering.py num_of_clusters file_containing_coordinates

Example: python Clustering.py 4 file.txt

#Requirements pyplot