noisetype {noisemodel} | R Documentation |
Type of noise introduced by a noise model
Description
Given the function name of a model, it returns the type of noise it introduces: label, attributes, or both.
Usage
noisetype(model)
Arguments
model |
a character with the function name of the noise model. |
Value
A character with the type of noise model
introduces. It can be cla
for
label noise, att
for attribute noise or com
for combined noise.
[Package noisemodel version 1.0.2 Index]