mlr3 (version 0.1.0-9000)

mlr_measures: Dictionary of Performance Measures

Description

A simple Dictionary storing objects of class Measure. Each measure has an associated help page, see mlr_measures_[id].

Arguments

Format

R6::R6Class object.

Methods

See Dictionary.

S3 methods

See Also

Example measures:

Other Dictionary: mlr_generators, mlr_learners, mlr_resamplings, mlr_tasks

Other Measure: MeasureClassif, MeasureRegr, Measure

Examples

Run this code
# NOT RUN {
as.data.table(mlr_measures)
mlr_measures$get("classif.ce")
# }

Run the code above in your browser using DataCamp Workspace