noisetype: Type of noise introduced by a noise model

View source: R/000_common.R

noisetypeR 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.


noisemodel documentation built on Oct. 17, 2022, 9:05 a.m.