Hierarchical Clustering

Hierarchical Clustering

University

8 Qs

quiz-placeholder

Similar activities

Fundamentos de Machine Learning

Fundamentos de Machine Learning

University

7 Qs

Data Mining

Data Mining

University

7 Qs

W11: Exception Handling, Text I/O, Binary I/O

W11: Exception Handling, Text I/O, Binary I/O

University

6 Qs

Computer Vision Quiz

Computer Vision Quiz

University

12 Qs

DP-100 day 3

DP-100 day 3

University - Professional Development

10 Qs

Exploitation

Exploitation

University

13 Qs

ACP &Agrupamiento

ACP &Agrupamiento

University - Professional Development

10 Qs

quiz no 1

quiz no 1

University - Professional Development

10 Qs

Hierarchical Clustering

Hierarchical Clustering

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Rafeeque PC

Used 207+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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