Convert object to a density task (TaskDens).
Usage
as_task_dens(x, ...)
# S3 method for class 'TaskDens'
as_task_dens(x, clone = FALSE, ...)
# S3 method for class 'data.frame'
as_task_dens(x, id = deparse(substitute(x)), ...)
# S3 method for class 'DataBackend'
as_task_dens(x, id = deparse(substitute(x)), ...)
Arguments
- x
(
any
)
Object to convert, e.g. adata.frame()
.- ...
(
any
)
Additional arguments.- clone
(
logical(1)
)
IfTRUE
, ensures that the returned object is not the same as the inputx
.- id
(
character(1)
)
Id for the new task. Defaults to the (deparsed and substituted) name ofx
.