Learn R Programming

ruta (version 1.0.2)

noise_cauchy: Additive Cauchy noise

Description

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

Usage

noise_cauchy(scale = 0.005)

Arguments

scale

Scale for the Cauchy distribution

Value

Object which can be applied to data with apply_filter

See Also

Other noise generators: noise_gaussian, noise_ones, noise_saltpepper, noise_zeros