What are the key differences between Hierarchical Clustering and K-Means Clustering?

  • Algorithm Complexity
  • Cluster Number & Structure
  • Data Type
  • Learning Type
Hierarchical Clustering builds a tree-like structure and does not require a predefined number of clusters, whereas K-Means requires the number of clusters in advance and builds non-hierarchical clusters.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *