Klusterihierarkia
Klusterihierarkia, also known as hierarchical clustering, is a method of cluster analysis that seeks to build a hierarchy of clusters. This hierarchy can be visualized as a dendrogram, a tree-like diagram that illustrates the arrangement of the clusters produced by the algorithm. There are two main approaches to hierarchical clustering: agglomerative (bottom-up) and divisive (top-down).
Agglomerative clustering starts with each data point as its own cluster. It then iteratively merges the two
Divisive clustering, on the other hand, begins with a single cluster containing all data points. It then
The output of hierarchical clustering, the dendrogram, allows for the interpretation of relationships between data points