Research Article
A Novel Minimum Spanning Tree Clustering Algorithm Based on Density Core
Algorithm 2
Find core set (find-cores).
| Input: (the dataset) | | Output: (density core) | (1) | Initialize: ; | (2) | ; | (3) | for each point in do | (4) | | (5) | if then | (6) | | (7) | end if | (8) | end for |
|