Question: Consider the data set shown in the following figure. Suppose we apply DBScan algorithm with Eps = 1 (in Manhattan distance) and Mints=4. Answer
Consider the data set shown in the following figure. Suppose we apply DBScan algorithm with Eps = 1 (in Manhattan distance) and Mints=4. Answer the following questions. 10 9 8 7 6 5 4 3 2 1 a. 9 1 2 3 4 5 67 8 9 10 List all the core points in the diagram (you can use the labels of the data points in the diagram). b. List all the border points in the diagram. C. List all the noise points in the diagram. d. Based on the DBScan algorithm, how many clusters are obtained from the data set and list which points are in each cluster?
Step by Step Solution
3.49 Rating (162 Votes )
There are 3 Steps involved in it
a Core points 1 2 4 5 7 8 b Border points 3 6 9 10 c Noise points None d Based on the DBScan algorit... View full answer
Get step-by-step solutions from verified subject matter experts
