dev | R Documentation |
The operators measure either a performance (i.e. accordance between reference and prediction) or
a deviation. dev (op) == TRUE
marks operators measuring deviation.
dev(op)
dev (op) <- value
op |
the operator (function) |
value |
logical indicating the operator type |
logical indicating the type of operator. NULL
if the attribute is missing.
Claudia Beleites
sens
postproc
dev (wRMSE)
myop <- function (r, p) p * (r == 1)
dev (myop) <- TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.