Skip to main content
. 2023 Nov 16;23(22):9217. doi: 10.3390/s23229217
Algorithm 2 Pseudocode of ReliefF-BSTA with feature decomposition.
  • 1:

    Input: Dataset D

  • 2:

    D1,D2,,DnDecompose(D)

  • 3:

    for each i[1,n] do

  • 4:

          Calculate features ranking and feature weights using ReliefF

  • 5:

          Get the initial si solution for Di

  • 6:

          BestiBSTA(si)

  • 7:

    end for

  • 8:

    sConcat(Best1,,Bestn)

  • 9:

    Best*BSTA(s)

  • 10:

    Return Best*