noisetype {noisemodel} | R Documentation |
Given the function name of a model, it returns the type of noise it introduces: label, attributes, or both.
noisetype(model)
model |
a character with the function name of the noise model. |
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.