Please implement K-means clustering, according to the algorithm introduced in the class. (You may want to refer to the slides) and run it on IRIS data, which can be downloaded from http://archive.ics.uci.edu/ml/datasets/Iris
Undergraduate students: use only one attribute/feature (column) of the data
Submission
Please submit on blackboard by the due date and time.
- screen shots of the clustering output, i.e, for each data item , display the Cluster No. Please also display the class label of that data item, along side the Cluster No, as comparision.
- Source code (please document your code so that the major phases and variables of the program can be identified)