listMeasures {mlr} | R Documentation |
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)
## Default S3 method:
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
obj |
( |
properties |
(character) |
create |
( |
Value
([character|
list' of Measure). Class names of matching
measures or instantiated objects.
[Package mlr version 2.19.2 Index]