Skip to main content
. 2023 May 9;13(5):1147. doi: 10.3390/life13051147
Algorithm 1: A “CCF-based adaptive fuzzy c-means clustering” algorithm
Input: input NO={NO1, N2, NO3 . NOi} the group of network nodes, SINR, level of congestion, and survivability
Output: clustered data
Begin
   for  j= to N0. do
      For belonging to cluster I, Node j. receives coefficient vij
   End for
      Repeat
   for i=1 to k. do
         Using condition (8), determine each cluster’s centroid (9)
   End for
   Repeat from Begin: Until the stop, the condition is met
End