Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- linked = linkage(x_sc, method = 'ward')
- plt.figure(figsize=(15, 10))
- dendrogram(linked,
- orientation='top',
- )
- plt.title('Hierarchical clustering for GYM')
- plt.xlabel('Clusters Groups')
- plt.ylabel('Distance Between Clusters')
- plt.show();
Add Comment
Please, Sign In to add comment