In a situation where you have both numerical and categorical data, which clustering method might pose challenges, and why?

  • Agglomerative Clustering
  • DBSCAN Clustering
  • Hierarchical Clustering
  • K-Means Clustering
K-Means may pose challenges in such a situation because it calculates centroids using the mean, which isn't well-defined for categorical data. Other methods like hierarchical or DBSCAN may be more suitable.
Add your answer
Loading...

Leave a comment

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