a program that classifies given points based on which centroid it is closest to
- matplotlib. to install this dependency, run
pip install matplotlib
- on linux, run
python3 sanagustin_exer8.py
A program that uses kmeans clustering to classify given points based on which centroid it is closest to.
Python