The finale keeps the exact assignment and update visible while drawing the boundary around broader claims. It shows one computed step, not a statement about the whole iterative procedure.

highlighted = computed this step

What is exact

The assignments, squared distances, and updated centroids are recomputed exactly from the displayed points and initial centroids.

shown dataone exact step\text{shown data}\rightarrow\text{one exact step}
One exact k-means stepAssignment and update are shown without broader claims.k-means assignment tabletie: equal d^2 uses lowest centroid index; empty clusters rejectpointd^2 to c1=(1,1)d^2 to c2=(7,7)assigned(0,0)298c1(2,0)274c1(0,2)274c1(6,6)502c2(6,8)742c2(8,6)742c2new centroids: c1'=(2/3,2/3), c2'=(20/3,20/3)one exact centroid updateold c1=(1,1)old c2=(7,7)new c1=(2/3,2/3)new c2=(20/3,20/3)squares are old centroids; diamonds are exact means after one update

What is deferred

This diagram does not claim convergence, that the initialization was good, the right k, or generalization.

convergence and choice of k are deferred\text{convergence and choice of }k\text{ are deferred}
One exact k-means stepAssignment and update are shown without broader claims.k-means assignment tabletie: equal d^2 uses lowest centroid index; empty clusters rejectpointd^2 to c1=(1,1)d^2 to c2=(7,7)assigned(0,0)298c1(2,0)274c1(0,2)274c1(6,6)502c2(6,8)742c2(8,6)742c2new centroids: c1'=(2/3,2/3), c2'=(20/3,20/3)one exact centroid updateold c1=(1,1)old c2=(7,7)new c1=(2/3,2/3)new c2=(20/3,20/3)squares are old centroids; diamonds are exact means after one update

Summary

This is one assign-and-update step, computed exactly from the shown points and centroids. It does not claim convergence, that the initialization was good, the right k, or generalization.

one exact assign-and-update step\text{one exact assign-and-update step}
One exact k-means stepAssignment and update are shown without broader claims.k-means assignment tabletie: equal d^2 uses lowest centroid index; empty clusters rejectpointd^2 to c1=(1,1)d^2 to c2=(7,7)assigned(0,0)298c1(2,0)274c1(0,2)274c1(6,6)502c2(6,8)742c2(8,6)742c2new centroids: c1'=(2/3,2/3), c2'=(20/3,20/3)one exact centroid updateold c1=(1,1)old c2=(7,7)new c1=(2/3,2/3)new c2=(20/3,20/3)squares are old centroids; diamonds are exact means after one update