Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Cluster the following Data into 3 clusters using the k-mean clustering algorithm (Manhattan Distance) : Use the following initial Centers: Age Income Spending c1 25
Cluster the following Data into 3 clusters using the k-mean clustering algorithm (Manhattan Distance) :
Use the following initial Centers:
Age | Income | Spending | |
c1 | 25 | 20 | 10 |
c2 | 30 | 50 | 20 |
c3 | 40 | 60 | 35 |
Round 1: Assign the following Samples to the proper cluster
Age | Income | Spending | Set the Cluster No. (1,2, or 3) |
18 | 22 | 40 | |
35 | 40 | 30 | |
45 | 80 | 5 | |
23 | 35 | 15 | |
35 | 45 | 10 | |
35 | 40 | 30 | |
45 | 22 | 40 | |
21 | 25 | 18 | |
45 | 55 | 15 | |
46 | 50 | 15 |
Round 2: update the cluster centers and reassign the samples again :
Age | Income | Spending | Set the Cluster No. (1,2, or 3) |
18 | 22 | 40 | |
35 | 40 | 30 | |
45 | 80 | 5 | |
23 | 35 | 15 | |
35 | 45 | 10 | |
35 | 40 | 30 | |
45 | 22 | 40 | |
21 | 25 | 18 | |
45 | 55 | 15 | |
46 | 50 | 15 |
Based on the last updated cluster centers, Cluster the following person (Age: 35, Income:35, Spending:35) : ( Set the Cluster No. (1,2 or 3)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started