Agglomerative Clustering


Work with your assigned partner to write a series of Python scripts to fit Agglomerative clustering model to this data.


Make sure to use model selection and random restarts and answer the following questions:

  1. How many clusters are present in the data?
  2. What are their centers?
  3. How do the results compare to K-Means?


Plot the data with the centers of each cluster. Color code the points according to their cluster assignment. Plot the dendrogram for the clusterings.


This page was last modified on 2026-08-19 at 20:15:10.

Copyright © 2018–2026 George Fox University. All rights reserved.