Validating the clusters
In the plot below you see the clustering results of the same lineup data you've previously worked with but with some minor modifications in the clustering steps.
- The left plot was generated using a
k=2
andmethod = 'average'
- The right plot was generated using a
k=3
andmethod = 'complete'
If our goal is to correctly assign each player to their correct team then based on what you see in the above plot and what you know about the data set which of the statements below are correct?
Este exercício faz parte do curso
Cluster Analysis in R
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
