Density based clustering clusters on the basis of density of the data points in the feature space. Unlike partitional clustering the number of clusters need not be specified.
Some of the commonly used methods in partitional clustering include:
DBSCAN ( Density-Based Spatial Clustering of Applications with Noise)
HDBSCAN (Hierarchical Density-Based Spatial Clustering of Applications with Noise)
OPTICS ( Ordering Points To Identify the Clustering Structure)
Robust to Noise
No assumptions of cluster shapes
Not suitable for high dimensional data
Sensitive to choice of parameters