Page 1 of 1

Given the following 8 points in 3 dimensions: (1,1,0), (2,1,0), (4,3,1), (5,4,2), (-1,0,-1), (3,3,2), (-1,2,2), (3,3,3)

Posted: Thu May 12, 2022 10:38 am
by answerhappygod
Given the following 8 points in 3 dimensions:
(1,1,0), (2,1,0), (4,3,1), (5,4,2), (-1,0,-1), (3,3,2),
(-1,2,2), (3,3,3)
perform k-means clustering algorithm of k=2 clusters with
Manhattan distance for these 8 points. Use (1,1,0) and (3,3,2) as
the initial means. You must show working steps until the results
show no change between steps; guess work will gain no mark.
(Round your answers off to 5 decimal places).