Hierarchical Clustering

Hierarchical Clustering

University

8 Qs

quiz-placeholder

Similar activities

Exploring Clustering Methods

Exploring Clustering Methods

University

10 Qs

CS F415 Data Mining - Clustering Inclass Assignment

CS F415 Data Mining - Clustering Inclass Assignment

University

10 Qs

G&N Unit 7 b

G&N Unit 7 b

University

4 Qs

Clustering

Clustering

University

10 Qs

Clustering

Clustering

University

6 Qs

Big Data 3

Big Data 3

University

9 Qs

clustering

clustering

University

8 Qs

Q3 - Info Vis

Q3 - Info Vis

University

12 Qs

Hierarchical Clustering

Hierarchical Clustering

Assessment

Quiz

Computers

University

Medium

Created by

Rafeeque PC

Used 206+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Agglomerative clustering uses ___________________ method

Bottom up

Top down

Greedy

None

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Divisive clustering uses ___________________ method

Bottom up

Top down

Greedy

None

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

___________ clustering seeks the minimum distance between any records in two clusters to find the distance between the points in two clusters.

Single linkage

Complete Linkage

Average Linkage

None

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

___________ clustering seeks the maximum distance between any records in two clusters to find the distance between the points in two clusters.

Single linkage

Complete Linkage

Average Linkage

None

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Suppose Cluster1 contains 3 objects {2,5,9} and Cluster2 contains 3 objects {15,16,18}. If we are applying single linkage clustering, what will be the distance between two clusters?

6

16

9

13

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Suppose Cluster1 contains 3 objects {2,5,9} and Cluster2 contains 3 objects {15,16,18}. If we are applying complete linkage clustering, what will be the distance between two clusters?

6

16

9

13

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Given the above distance matrix for 6 objects. Suppose we want to perform agglomerative clustering . Which points will be selected to combine together ?

P3,P6

P2,P5

P5,P6

P3,P2

8.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Given the above distance matrix . Suppose we want to perform agglomerative clustering . Which points will be selected to combine together ?

P3,P6,P2,P5

P4,P2,P5

P1,P2,P5

P1,P3,P6