________ clustering is a density-based clustering method that can find arbitrary shaped clusters and is less affected by outliers.
- DBSCAN
- Hierarchical
- K-means
- Spectral
DBSCAN (Density-Based Spatial Clustering of Applications with Noise) is a density-based clustering method that can find arbitrary shaped clusters and is less affected by outliers. It works based on the density of points in a region, growing clusters according to the density estimate.
Loading...
Related Quiz
- What happens when the assumptions about residuals in linear regression are violated?
- Bayes' theorem is a fundamental principle underlying ________ learning.
- A point estimate is a single value that serves as an estimate of the ________.
- The degrees of freedom for a Chi-square test for a contingency table with r rows and c columns is (r-1)*(c-1), otherwise known as ________ degrees of freedom.
- Quantitative data can be broken down into two types: ________ and ________.