Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose we are given the following dataset { ( 0 , 4 ) , ( 1 , 3 ) , ( 2 , 6 )

Suppose we are given the following dataset
{(0,4),(1,3),(2,6),(3,3),(5,5),(5,6),(9,9)}.
We apply k-means, with k=3, to cluster the dataset using the Manhattan distance for computing the distances between centroids and pairs in the dataset. The Manhattan distance between (x1,y1) and (x2,y2) is defined as
|x1-x2|+|y1-y2|
Suppose that the initial clusters of k-means are C1,C2 and C3 with
{(1,3),(3,3),(5,6)}
{(0,4),(2,6)}
{(5,5),(9,9)}
and that the centroids for C1,C2 and C3 are (3,4),(1,5) and (7,7), respectively. If we then run k-means for two iterations, what are the new clusters and what are their respective centroids? PLEASE UPLOAD A HANDWRITTEN ANSWER
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions