Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

7. K-means. (15 points) You are given three data samples: (a) (5 points) Starting with K=2 cluster centers at 1=3 and 2=6, what are the

image text in transcribed 7. K-means. (15 points) You are given three data samples: (a) (5 points) Starting with K=2 cluster centers at 1=3 and 2=6, what are the cluster assignments and new cluster centers after K-means converges? What is the total cluster distance as defined by k=1KxiCkxik2 ? (b) (5 points) Find two initial cluster centers 1 and 2, that if you run K-means with K=2 using these initial cluster centers, it converges to two different cluster centers as compared to the previous question, and each cluster has at least one member. What is the total cluster distance? (c) (5 points) Suppose you want to use clustering for outlier detection. You find cluster means i,i=1,,K on the training data. Then, given a new data x and a threshold t, you declare x an outlier if xit for all i. Complete the following function to implement the outlier detection on a matrix of data x. The output is out [i]=1 if the sample x[i,:] is an outlier, and out [i]=0 otherwise. You must specify the other inputs of your function. Avoid for loops for full credit

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

Data Management Databases And Organizations

Authors: Richard T. Watson

6th Edition

1943153035, 978-1943153039

More Books

Students also viewed these Databases questions

Question

What factors infl uence our perceptions?

Answered: 1 week ago