Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have a dataset as (2,2), (4,4), (5,5), (6,6), (8,8), (9,9), (0,4), (4,0) You are using the k-Means algorithm with L1 (Manhattan) distance with

 


image

You have a dataset as (2,2), (4,4), (5,5), (6,6), (8,8), (9,9), (0,4), (4,0) You are using the k-Means algorithm with L1 (Manhattan) distance with 4 clusters. At a certain point in your algorithm you have the following clusters: Cluster1: {(2,2), (4,4), (6,6)} Cluster2: {(0,4), (4,0)} Cluster3: {(5,5), (9,9) } Cluster4: {(8,8)} You run the k-Means algorithm for one more loop/iteration. What are the clusters now? What are the centroids now?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Please find the answer for the question below At a certain point in the algorithm w... 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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions

Question

Briefly describe each of the seven basic quality' tools.

Answered: 1 week ago