Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

complete solution the pervious question . 1 . Suppose that the data mining task is to cluster points ( with ( x , y )

complete solution the pervious question .
1. Suppose that the data mining task is to cluster points (with (x, y) representing location) into three clusters, where the points are:
A1(2,10),A2(2,5),A3(8,4), B1(5,8),B2(7,5),B3(6,4), C1(1,2),C2(4,9).
The distance function is Euclidean distance. Suppose initially we assign A1, B1, and C1 as the center of each cluster, respectively. Use the k-means algorithm to show:
(a) The three cluster centers
(b) The final three clusters.
2. Let's consider a dataset containing five data points represented by their coordinates:
Data Point X Y
Point 112
Point 234
Point 341
Point 453
Point 514(a) Choose point 1 and point 4 as the initial medoids
(b) Calculate the dissimilarity between each data point and each medoid
(c) Assign points to nearest medoids
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

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions