Skip to main content
. 2021 Mar 17;21(6):2097. doi: 10.3390/s21062097
Algorithm 1 Determination of subsystem labels

Input

T: size system component to determinate the number of subjects at each step (R steps).

U: label set for all subjects of the dataset labeled from 1 to E.

Output

   L: subsystem component to determinate the set of labels at each step.

START

1: UnknownU    T00    L0

2: for n=1,R

3:    Addcombination(Unknown,TnTn1)

4:    LnLn1Add

5:    UnknownUnknownAdd

END