Description Usage Format Value Fields
A R6::R6Class() to construct resampling measures.
This is the abstract base class, do not use directly!
Predefined resampling measures are stored in mlr.resamplings().
1 |
R6Class() object
Measure.
id(character(1)): Identifier of the measure.
task.typescharacter: 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.