|
Algorithm 2 RSSFCA Algorithm [24] |
Input:
c, , , T
-
1:
procedure
RSSFCA
-
2:
Initialize the membership and the clustering centers using the FCM algorithm
-
3:
Initialize the covariance matrix utilizing the membership and clustering centroids derived from step 2 and Equation (24), and augment it with an identity matrix
-
4:
-
5:
Update using Equations (22)–(24)
-
6:
Update the objective function using Equation (17)
-
7:
if or then
-
8:
Stop
-
9:
else
-
10:
-
11:
Go to Step 4
Output:
|