Finding clusters

Lab 4H

Directions: Follow along with the slides and answer the questions in red font in your journal.

Clustering data

The k-means algorithm

Running k-means

kclusters(____~____, data = futbol, k = ____)

k-means vs. ground-truth

On your own