Learn R Programming

noisemodel (version 1.0.2)

noisetype: 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)

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.

Arguments

model

a character with the function name of the noise model.