Skip to main content
. 2020 Nov 6;20(21):6335. doi: 10.3390/s20216335
Algorithm 2 The FM algorithm, where X is the input dataset to be classified, V is the algorithm output that contains the prototypes found by the clustering process. F is the dimension of the vector space.
  • 1:

    Choose ε1 and ε2 standard parameters.

  • 2:

    Initialize V=RF.

  • 3:

    Load_Dataset(X)

  • 4:

    r=Calculate_r_Factor(X)

  • 5:

    Calculate_Prototypes(X,r,ε1,ε2,V)