Solveeit Logo

Question

Data Science and Artificial Intelligence Question on Database Concepts

Consider the table below, where the (i,j)th element of the table is the distance between points xi and xj. Single linkage clustering is performed on data points, x1, x2, x3, x4, x5.x1x2x3x4x5
x101436
x210353
x343025
x435201
x563510

Which ONE of the following is the correct representation of the clusters produced ?

A

Hierarchy 1

B

Hierarchy 2

C

Hierarchy 3

D

Hierarchy 4

Answer

Hierarchy 1

Explanation

Solution

The correct option is (A) : Option A.