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 |
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 |