Knowledge check

Completed
1.

K-means clustering is an example of which kind of machine learning?

2.

You're using the built-in kmeans() function in R to train a K-means clustering model that groups observations into three clusters. How should you create the object of class kmeans to specify that you want to obtain three clusters?