dev: Mark operator as deviation measure

Description Usage Arguments Value Author(s) See Also Examples

Description

The operators measure either a performance (i.e. accordance between reference and prediction) or a deviation. dev (op) == TRUE marks operators measuring deviation.

Usage

1
2
3
dev(op)

dev (op) <- value

Arguments

op

the operator (function)

value

logical indicating the operator type

Value

logical indicating the type of operator. NULL if the attribute is missing.

Author(s)

Claudia Beleites

See Also

sens post

Examples

1
2
3
dev (wRMSE)
myop <- function (r, p) p * (r == 1)
dev (myop) <- TRUE

softclassval documentation built on May 2, 2019, 4:56 p.m.