Type of task, e.g. `"regr"` or `"classif"`. Must be an element of mlr_reflections$task_types$type .
backend: (DataBackend )
Either a DataBackend , or any object which is convertible to a DataBackend with `as_data_backend()`. E.g., a `data.frame()` will be converted to a DataBackendDataTable .
label: (character(1))
Label for the new instance.
extra_args: (named list())
Named list of constructor arguments, required for converting task types via `convert_task()`.
Method clone()
The objects of this class are cloneable with this method.