Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem: Manual implementation of K - means ( 1 3 pts . ) ( a ) Training data set for K - means clustering w

Problem: Manual implementation of K-means (13 pts.)
(a) Training data set for K-means clustering w/o
constraints
(b) Training data set for K-means clustering w/ constraints
Figure 1: Manual implementation of K-means
Given the data set as shown in Figure 1 and assume that points A1, A6 and A8 are chosen to be
the initialized cluster centers. The coordinates of the data points are:
A1=(0,0), A2=(0,1), A3=(1,2), A4=(2,0), A5=(3,0), A6=(4,1), A7=(4,1), A8=(5,3)
(1) Use the K-means algorithm and Euclidean distance to cluster the 8 data points shown in 1a
into K =3 clusters. Show the new clusters (i.e. the examples belonging to each cluster) and cluster
centers after the first iterations, does the algorithm converge after the first iteration?
(2) Consider the case that there exist 1 must link (solid orange line) and 1 cannot link (dashed red
line) as shown in 1b. Show the new clusters and cluster centers after the first iterations, does the
algorithm converge after the first iteration?

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