Hierarchical Agglomerative Clustering Concepts

Hierarchical Agglomerative Clustering Concepts

Assessment

Interactive Video

Computers

9th - 10th Grade

Hard

Created by

Thomas White

FREE Resource

The video tutorial introduces hierarchical agglomerative clustering (HAC), a bottom-up approach to clustering where individual items are iteratively merged into clusters until a single cluster is formed. It explains three linkage methods: single, complete, and average linkage, and describes how dendrograms visually represent the clustering process. The tutorial provides a detailed example of single linkage clustering, demonstrating the calculation of distances and the formation of clusters using a distance matrix.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary approach used in Hierarchical Agglomerative Clustering?

Top-down

Bottom-up

Sideways

Random

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What structure is used to represent hierarchical clustering?

Matrix

Dendrogram

Tree

Graph

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which linkage method considers the distance between the closest members of two clusters?

Weighted linkage

Complete linkage

Average linkage

Single linkage

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What formula is used to calculate the distance in single linkage?

Jaccard index

Manhattan distance

Euclidean distance

Cosine similarity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the example, which two points form the first cluster using single linkage?

P4 and P5

P1 and P2

P2 and P5

P3 and P6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next step after forming the initial cluster in single linkage?

Calculate the average distance

Recalculate the distance matrix

Stop the process

Form a new cluster with all points

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the final outcome of the hierarchical agglomerative clustering process?

A list of individual items

Multiple small clusters

A random assortment of clusters

A single cluster containing all items