Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume, you want to cluster 8 observations into 3 clusters using K-Means clustering algorithm. After first iteration clusters, C1, C2, C3 has following observations: C1:
Assume, you want to cluster 8 observations into 3 clusters using K-Means clustering algorithm. After first iteration clusters, C1, C2, C3 has following observations:
C1: {(2,3), (4,3), (6,6)}
C2: {(0,4), (4,0)}
C3: {(5,5),(7,7), (9,9)}
What will be the Euclidean distance for observation (9, 9) from cluster centroid C1. In second iteration?
Select one:a. 10b. 5c. 25d. 5*sqrt(2)
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