Description Usage Format Value Fields
A R6::R6Class() to construct performance measures.
This is the abstract base class, do not use directly!
Predefined measures are stored in mlr.measures().
1 |
R6Class() object
Measure.
id(character(1)): Identifier of the measure.
description(character(1)): Description of the measure.
task.types(character(1)): Set of compatible task types.
fun(function(truth, predicted)): function to compute the measure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.