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