Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the data points: P1(3, 10), P2(4, 4), P3(4, 8), P4(4, 6), P5(6, 4), P6(6, 10). One run of a 2- means algorithm clusters P1,
Consider the data points: P1(3, 10), P2(4, 4), P3(4, 8), P4(4, 6), P5(6, 4), P6(6, 10). One run of a 2- means algorithm clusters P1, P2, and P3 into one cluster and P4, P5, and P6 into the second cluster. Another run of the 2-means algorithm puts P1, P3, and P6 into one cluster and P2, P4, and P5 into another cluster a. (10) For each clustering compute the sum of squared errors. Which clustering is a better clustering based on their SSE values? b. (10) Compute the Rand index to compares the two clusterings
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