Learn R Programming

mlr3proba (version 0.4.9)

as_task_dens: Convert to a Density Task

Description

Convert object to a density task (TaskDens).

Usage

as_task_dens(x, ...)

# S3 method for TaskDens as_task_dens(x, clone = FALSE, ...)

# S3 method for data.frame as_task_dens(x, id = deparse(substitute(x)), ...)

# S3 method for DataBackend as_task_dens(x, id = deparse(substitute(x)), ...)

Arguments

x

(any) Object to convert, e.g. a data.frame().

...

(any) Additional arguments.

clone

(logical(1)) If TRUE, ensures that the returned object is not the same as the input x.

id

(character(1)) Id for the new task. Defaults to the (deparsed and substituted) name of x.