ComeçarComece de graça

What do we know about our clusters?

Based on the code below, what can you concretely say about the relationships of the members within each cluster?

dist_players <- dist(lineup, method = 'euclidean')
hc_players <- hclust(dist_players, method = 'complete')
clusters <- cutree(hc_players, h = 40)


Every member belonging to a cluster must have:

Este exercício faz parte do curso

Cluster Analysis in R

Ver curso

Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício