corrupt.replace: corr.replace

Description Usage Arguments Value Author(s)

Description

A general replacement corruption function. Takes a value and a pool of values, and returns a random element from the pool. A built in corruption function, ready to be passed to corrupt data. Does not need to be passed to corrupt.factory.

Usage

1
corrupt.replace(val, error_rate = 0.2, ...)

Arguments

val

The value to be corrupted. Should be string

error_rate

The probability of the value being corrupted. Default is 2.

pool

A vector to pull the replacement values from.

Value

The value passed in, or a replaced value with probability error rate.

Author(s)

Sam Murray<slmurray@andrew.cmu.edu>


Sam-Murray/RecordLinkUtil documentation built on Oct. 30, 2019, 11:48 p.m.