Question
1. Given a set of instances in one-dimensional space, {4, 8, 12, 16, 20, 28, 32}, answer the following questions (without using MATLAB or Weka).
1. Given a set of instances in one-dimensional space, {4, 8, 12, 16, 20, 28, 32}, answer the following questions (without using MATLAB or Weka). Form two clusters by applying hierarchical (agglomerative) clustering with single linkage and show the dendrogram. And Apply K-means to create two clusters with the following initial set of centroids: i. c1 = 12, c2 = 30 ii. c1 = 10, c2 = 26 Update centroids in a batch manner. Show both clustering results, evaluate them based on the total sum of (within-cluster) SSE, and take the better one as the solution of K-means. )
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