Skip to main content
. 2023 May 15;23(10):4764. doi: 10.3390/s23104764
Algorithm 1. Abnormal Data Augmentation Algorithm
Input: Normal Dataset is N, Abnormal Dataset is AbN
Output: Augmented Dataset
1: for i from 0 to length of N
2:  newArr ← AbN [i]
3:  newArr [0] ← N [0]
4:  newArr [1] ← N [1]
5:  Arg[i] ← newArr