November 08, 2023

  1. Used the latitude and longitude coordinates and relevant attributes.
  2. Calculated the Euclidean distance to measure dissimilarity between locations.
  3. Then calculated a pairwise distance matrix to represent dissimilarity between all location pairs.
  4. Performed agglomerative hierarchical clustering algorithm to the distance matrix
  5. Visualized the dendrogram, which displayed the hierarchical structure of clusters.

Leave a Reply

Your email address will not be published. Required fields are marked *