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?
Cet exercice fait partie du cours
Cluster Analysis in R
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
