Description Usage Arguments Value
Returns the matching measures which have specific characteristics, e.g. whether they supports classification or regression.
| 1 2 3 4 5 6 7 8 9 10 11 12 | 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)
 | 
| obj | [ | 
| properties | [ | 
| create | [ | 
[character | list of Measure]. Class names of matching
measures or instantiated objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.