Skip to main content
. 2022 May 12;22(10):3696. doi: 10.3390/s22103696
Algorithm 2 Testing algorithm
  • 1:

    procedure Compute testing accuracies

  • 2:

        S1 = set of training subjects

  • 3:

        S2 = set of testing subjects

  • 4:

        for all cases No-PCA / PCA do

  • 5:

            for all combinations of window and overlap do

  • 6:

               Train RNN with subjects S1, splitting in training + validation

  • 7:

               Test trained network on subjects S2

  • 8:

            end for

  • 9:

        end for

  • 10:

    end procedure