You're clustering a large dataset, and computational efficiency is a concern. Which clustering techniques might be more suitable, and why?

  • DBSCAN
  • Hierarchical Clustering
  • K-Means
  • K-Means and DBSCAN
Both K-Means and DBSCAN offer good computational efficiency, making them suitable for handling large datasets. K-Means, in particular, can be implemented with scalable variations like Mini-Batch K-Means.
Add your answer
Loading...

Leave a comment

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