शुरू करेंमुफ़्त में शुरू करें

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:

यह अभ्यास पाठ्यक्रम का हिस्सा है

Cluster Analysis in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

हमारे इंटरैक्टिव अभ्यासों में से किसी एक के साथ सिद्धांत को व्यवहार में बदलें

अभ्यास शुरू करें