A data filter which adds noise from a Cauchy distribution to instances

noise_cauchy(scale = 0.005)

Arguments

scale

Scale for the Cauchy distribution

Value

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

See also

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