Augmentation Methods#
|
Add noise to input data from various probability distributions. |
|
Adds a constant baseline to the data. |
|
Shift signals by a random fractional amount using cubic spline interpolation. |
|
Transform spectral data by broadening peaks using Gaussian convolution. |
|
Shift the spectrum a given number of indices between -shift and +shift drawn from a discrete uniform distribution. |
|
Scales the data by a value drawn from the uniform distribution centered around 1.0. |