The study applies hierarchical clustering techniques to categorize 101 animals from the zoo dataset based on various features, aiming to align them with their natural family types. By utilizing different linkage methods (single, complete, average), the research analyzes misclassification rates, finding that average linkage provides the best results in identifying true clusters while complete linkage performs poorly. The findings emphasize the importance of linkage type in influencing clustering accuracy and affirm the robustness of hierarchical clustering algorithms for this type of dataset.
Related topics: