Learn R Programming

ruta (version 1.2.0)

noise_cauchy: Additive Cauchy noise

Description

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

Usage

noise_cauchy(scale = 0.005)

Value

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

Arguments

scale

Scale for the Cauchy distribution

See Also

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