Research Article

An Effective Clustering Algorithm Using Adaptive Neighborhood and Border Peeling Method

Algorithm 2

SANBP clustering algorithm.
Input: A set of points , NaN_Num (xi)
 Output: Cluster indices
r Algorithm 1
 For peeling iteration 1 ≤ t ≤ T do
  For each point do
   
   
  End for
   For each point do
   
 End for
 End for