How is 'K-means' clustering different from 'hierarchical' clustering?
- Hierarchical clustering creates a hierarchy of clusters, while K-means does not
- Hierarchical clustering uses centroids, while K-means does not
- K-means requires the number of clusters to be defined beforehand, while hierarchical clustering does not
- K-means uses a distance metric to group instances, while hierarchical clustering does not
K-means clustering requires the number of clusters to be defined beforehand, while hierarchical clustering does not. Hierarchical clustering forms a dendrogram from which the user can choose the number of clusters based on the problem requirements.
Loading...
Related Quiz
- Why are bar plots commonly used in data analysis?
- What does a negative kurtosis indicate about the distribution of the dataset?
- How does Bayes' theorem assist in decision making under uncertainty?
- How does the sample size impact the result of a Z-test?
- How does the Mann-Whitney U test compare to the Wilcoxon rank-sum test?