R/listMeasures.R
Returns the matching measures which have specific characteristics, e.g. whether they supports classification or regression.
listMeasures(obj, properties = character(0L), create = FALSE) # S3 method for default listMeasures(obj, properties = character(0L), create = FALSE) # S3 method for character listMeasures(obj, properties = character(0L), create = FALSE) # S3 method for Task listMeasures(obj, properties = character(0L), create = FALSE)
| obj | (`character(1)` | [Task]) |
|---|---|
| properties | (character) |
| create | ( |
([character|list` of [Measure]). Class names of matching
measures or instantiated objects.
[character|list` of [Measure]: R:character