Research Article

Label Propagation Clustering Algorithm Based on Adaptive Angle

Algorithm 1

Label transfer process of DBC.
1: 
2: 
3: //Traverse SenderList to get its recipients. Assign
 //labels to unlabelled recipients and store them
 //in NewSenderList. Until all points have class
 //labels
4: whiledo
5:  
6:  whiledo
7:   
8:   for; ;
9:    
10:    for; ;
11:     
12:     ifthen
13:      
14:      NewSenderList.append(receiver)
15:     end if
16:    end for
17:   end for
18:   SenderList.clear()
19:   
20:  end while
21:  
22: end while