powered by
A data filter which adds Gaussian noise to instances
noise_gaussian(sd = NULL, var = NULL)
Object which can be applied to data with \link{apply_filter}
\link{apply_filter}
Standard deviation for the Gaussian distribution
Variance of the Gaussian distribution (optional, only used if sd is not provided)
sd
Other noise generators: noise_cauchy(), noise_ones(), noise_saltpepper(), noise_zeros()
noise_cauchy()
noise_ones()
noise_saltpepper()
noise_zeros()