Comece agoraComece grátis

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 exercicio faz parte do curso

Cluster Analysis in R

Ver curso

exercicio interativo prático

Transforme teoria em prática com um dos nossos exercicio interativos

Iniciar exercicio