1. Implement the hierarchical agglomerative clustering with the following linkage: single, complete, average and centroid (as described in the lectures, Chapter 7, or in [2], Section 10.3.2, or in [1], Section 14.3.12). Your program should be written in R. You are not allowed to use any existing implementations of hierarchical […]