Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Cluster the following eight points ( with ( x , y ) representing locations ) into three clusters: A 1 ( 2 , 1 0

Cluster the following eight points (with (x,y) representing locations) into three clusters:
A1(2,10),A2(2,5),A3(8,4),A4(5,8),A5(7,5),A6(6,4),A7(1,2),A8(4,9)
Initial cluster centers are: A1(2,10),A4(5,8) and A7(1,2).
The distance function (called Manhattan distance) between two points a=(x1,y1) and b=(x2,y2) is defined as
D(a,b)=|x2-x1|+|y2-y1|
Use K-Means Algorithm to find the three cluster centers after the second iteration.
image text in transcribed

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

Online Market Research Cost Effective Searching Of The Internet And Online Databases

Authors: John F. Lescher

1st Edition

0201489295, 978-0201489293

More Books

Students also viewed these Databases questions

Question

Create a Fishbone diagram with the problem being coal "mine safety

Answered: 1 week ago

Question

Identify the cause of a performance problem. page 363

Answered: 1 week ago