noise_zeros: Filter to add zero noise

View source: R/filter.R

noise_zerosR Documentation

Filter to add zero noise

Description

A data filter which replaces some values with zeros

Usage

noise_zeros(p = 0.05)

Arguments

p

Probability that a feature in an instance is set to zero

Value

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

See Also

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


fdavidcl/ruta documentation built on July 5, 2023, 6:32 p.m.