Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

[8 marks] Assume K-Means is used with k=3 to cluster a 2-dimensional dataset: {(1,1), (4,4),(5,5),(7,7),(9,9),(0,6),(6,0)}. The Manhattan distance is used as the distance function d((x1,y1),(x2,y2))=x1x2+y1y2

image text in transcribed

[8 marks] Assume K-Means is used with k=3 to cluster a 2-dimensional dataset: {(1,1), (4,4),(5,5),(7,7),(9,9),(0,6),(6,0)}. The Manhattan distance is used as the distance function d((x1,y1),(x2,y2))=x1x2+y1y2 to compute the distances between cluster means and objects in the dataset. The initial K-Means clusters (C1, C2 and C3) are shown below. C1:{(1,1),(4,4),(7,7)} C2:{(0,6),(6,0)} C3:{(5,5),(9,9)} (a) [4 marks] Assume that K-Means is run for a single iteration. Which are the new clusters and what are their means? (b) [4 marks] "K-Means would always produce the same clusters when re-executed on the same dataset". Is the above statement true or false? Justify your answer in no more than 3 sentences

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

Students also viewed these Databases questions

Question

LO2 Identify components of workflow analysis.

Answered: 1 week ago