Learn R Programming

ruta (version 1.2.0)

noise_gaussian: Additive Gaussian noise

Description

A data filter which adds Gaussian noise to instances

Usage

noise_gaussian(sd = NULL, var = NULL)

Value

Object which can be applied to data with \link{apply_filter}

Arguments

sd

Standard deviation for the Gaussian distribution

var

Variance of the Gaussian distribution (optional, only used if sd is not provided)

See Also

Other noise generators: noise_cauchy(), noise_ones(), noise_saltpepper(), noise_zeros()