Suppose you have hierarchical data and need to understand the relationships between different parts. How would you approach clustering in this context?

  • Use DBSCAN
  • Use Hierarchical Clustering
  • Use K-Means
  • Use Mean Shift
Hierarchical Clustering is well-suited for understanding relationships within hierarchical data, as it creates a tree-like structure representing data hierarchies.
Add your answer
Loading...

Leave a comment

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