Multiple Choices
Answer (Choose 1 answer)
When using DBSCAN, how does the algorithm determine that a cluster is complete and is time to move to a different point of the data set and potentially start a new cluster?
A. When the algorithm requires you to change the input.
B. When the algorithm forms a new cluster using the outliers.
C. When no point is left unvisited by the chain reaction.
D. When the solution converges to a single cluster.