Skip to main content
. 2020 Jul 10;20(14):3871. doi: 10.3390/s20143871
Algorithm 1. Pseudo code of the MFCM Algorithm
1: Initialize the clusters c randomly
2: calculate the centers vi of clusters c
3: while minimum value of objective function  JM(U,V) do
4:   for each data point in an image do
5:    Step 1. Measure the membership uij of given data point to clusters c
6:    Step 2. Update the cluster centers vi
7:   end for
8: end while