📚 Question Bank Q63 — Artificial Intelligence
Tags
Artificial Intelligence
Q63. Marks: +2.0 UGC NET Paper 2: Computer Science 11 March 2023

Select the correct order of DBSCAN algorithm.

A. Find recursively all its density connected points and assign them to the same cluster as the core point.

B. Find all the neighbor points with eps and identify the core points with more than MinPts neighbors.

C. Iterate through the remaining unvisited pointed in the dataset.

D. For each core point if it is not already assigned to a cluster, create a new cluster.

Choose the correct answer from the following: 

1.B, D, C, A
2.D, B, C, A
3.B, D, A, C ✓ Correct
4.D, B, A, C
📄 All “Artificial Intelligence” questions across papers
🏷 Change Tag for this Question