StackedML
Practice
Labs
Questions
Models
Pricing
Sign in
Questions
/
Unsupervised Learning
/
Clustering
/
DBSCAN
← Previous
Next →
160.
DBSCAN Core Points
easy
In DBSCAN, what is a core point?
A
A point that lies at the geometric center of a dense cluster region
B
A point with the highest local density in its neighborhood used to initialize cluster growth
C
A point that has at least min_samples neighbors within radius epsilon including itself
D
A point that is reachable from at least one other core point within the epsilon radius
Sign in to verify your answer
← Back to Questions