Clustering Interview Question

Question

Suppose you don’t know the no. of clusters beforehand. Which clustering algorithm would you use?

in progress 0
proxyyy123 3 years 1 Answer 553 views Member 0

Answer ( 1 )

  1. In such a case DBSCAN would be a preferable option. The most exciting feature of DBSCAN clustering is that it is robust to outliers. It also does not require the number of clusters to be told beforehand, unlike K-Means, where we have to specify the number of centroids.

Leave an answer

Browse
Browse