Skip to main content
. 2025 Sep 12;15(18):2316. doi: 10.3390/diagnostics15182316
Algorithm 2 RSSFCA Algorithm [24]
     Input: c, γ, η, T
  • 1:

    procedure  RSSFCA

  • 2:

        Initialize the membership U(0) and the clustering centers V(0) using the FCM algorithm

  • 3:

        Initialize the covariance matrix Σ(0) utilizing the membership and clustering centroids derived from step 2 and Equation (24), and augment it with an identity matrix (I)

  • 4:

        t1

  • 5:

        Update U(t),V(t),Σ(t) using Equations (22)–(24)

  • 6:

        Update the objective function J˜(t) using Equation (17)

  • 7:

        if max|J˜(t)J˜(t1)η| or tT then

  • 8:

            Stop

  • 9:

        else

  • 10:

            tt+1

  • 11:

            Go to Step 4

     Output: U˜,V˜,Σ˜