listMeasures | R Documentation |
Returns the matching measures which have specific characteristics, e.g. whether they supports classification or regression.
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 |
(character) |
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.