Skip to main content
. 2023 Jul 4;23(13):6132. doi: 10.3390/s23136132
Algorithm 1: Data Separation Algorithm
  1. Apply data separation

  2. Inputs: Aggregated Data as Ad

  3. Start

  4. [Kindex, Kcent] = kmeans(Ad,3)

  5. [MSEK, STDK] = Evaluated_MSE − STD(Ad,KIndex)

  6. Initialize Mamdani Fuzzy Rule Set

  7. GT = Label(K_index)

  8. End Algorithm