Learn R Programming

mlr (version 2.3)

listMeasures: Find matching measures.

Description

Returns the matching measures which have specific characteristics, e.g. whether they supports classification or regression.

Usage

listMeasures(obj, properties = character(0L), create = FALSE)

## S3 method for class 'default': listMeasures(obj, properties = character(0L), create = FALSE)

## S3 method for class 'character': listMeasures(obj, properties = character(0L), create = FALSE)

## S3 method for class 'Task': listMeasures(obj, properties = character(0L), create = FALSE)

Arguments

Value

[character | list of Measure]. Class names of matching measures or instantiated objects.