This program is a code written in python to find k mean cluster of a dataset. Input- data is read from file 'iris-dataset.txt' as a list of list Output- a graph that plot three clusters Note:-
- Run using python3
- You need matplotlib library -you can install by 'pip3 install matplotlib'