ExpandCluster(P, N, C, Eps, MinPts, Min-Neighbor,X)
1: | add P to cluster C |
2: | |
3: | |
4: | mark P′as visited |
5: | N′ = getNeighbors(P′, Eps) |
6: | |
7: | |
8: | N = N joined with N′ |
9: | X = X joined with deleteNeighbor |
10: | |
11: | add P′ to cluster C |