Hierarchical Clustering
Learning Objectives
By the end of this chapter, you will be able to:
- Implement the hierarchical clustering algorithm from scratch by using packages
- Perform agglomerative clustering
- Compare k-means with hierarchical clustering
In this chapter, we will use hierarchical clustering to build stronger groupings which make more logical sense.