CSC410 Data Warehousing and Data Mining

Data Warehousing and Data MiningTU Board 2082

Given the following distance matrix, find the core points and outliers using DBSCAN. Take Eps = 2.5 and MinPts = 3. Data Points A B C D E F G H A 0 1.41 2.83 4.24 5.66 5.83 6.40 5.83 B 0 1.41 2.82…

5

Given the following distance matrix, find the core points and outliers using DBSCAN. Take Eps = 2.5 and MinPts = 3.

Data Points
A
B
C
D
E
F
G
H
A
0
1.41
2.83
4.24
5.66
5.83
6.40
5.83
B
0
1.41
2.82
4.24
4.47
5.00
4.47
C
0
1.41
2.82
3.16
3.60
3.16
D
0
1.41
2.00
2.24
2.00
E
0
1.41
1.00
1.41
F
0
1.00
2.82
G
0
2.24
H
0

A worked answer is on its wayMeanwhile, read the Data Warehousing and Data Mining notes for this topic.

Discussion

Loading…

More Data Warehousing and Data Mining questions

All Data Warehousing and Data Mining old questions