Analysis of a cities dataset with 3 algorithms: K-means, K-medoids, and Bottom-Up Hierarchical Clustering
On the Linux command line, download the following packages:
- sudo apt-get update
- sudo apt-get install python3-matplotlib
- sudo apt-get install python3-pandas
- sudo apt-get install python3-numpy
Navigate to src from the current directory
Run the following files to generate the visualizations:
- python3 kmeans.py
- python3 kmedoids.py
- python3 hclust.py
Check the saved .png files in the visualizations directory.