StackedML
Practice
Labs
Questions
Models
Pricing
Sign in
Questions
/
Unsupervised Learning
/
Clustering
/
DBSCAN
← Previous
Next →
539.
Noise Points in DBSCAN
medium
What happens to a point that is not reachable from any core point in DBSCAN?
A
It is assigned to the nearest cluster centroid to maintain complete coverage
B
It triggers a new cluster to be created centered on that point
C
It is labeled as noise and excluded from all clusters
D
It is assigned to the cluster of its nearest neighbor regardless of density
Sign in to verify your answer
← Back to Questions