Skip to main content
. 2019 Nov 22;19(23):5112. doi: 10.3390/s19235112
Algorithm 1. Simple version of the novel density-based algorithm. The steps for the novel density-based algorithm.
1: Input: Distance dij,i<j,i,jIS
2: Initialization: Cutoff distance dc=d[12N1(N11)t+12], where [] represent rounding function and 0.1t0.2. Attribute of points ni=0,iIS.
3: Results: Number of categories of the HRRPs and the type of each sample.
4: Begin
5: Step 1. The computation of {ρi}i=1N1 and {qi}i=1N1.
6: Step 2. Calculation of distance and attribute {ni}i=1N1.
7: Step 3. Identification of clustering centers and classification of the other points.
8: Step 4. The selection of average local density in the border region.
9: Step 5. Classification of points with the label of cluster core or cluster halo.
10: End