Convert object to a TaskUnsupervised or a list of TaskUnsupervised.
as_task_unsupervised(x, ...)# S3 method for Task
as_task_unsupervised(x, clone = FALSE, ...)
# S3 method for data.frame
as_task_unsupervised(
x,
id = deparse1(substitute(x)),
label = NA_character_,
...
)
# S3 method for DataBackend
as_task_unsupervised(
x,
id = deparse1(substitute(x)),
label = NA_character_,
...
)
as_tasks_unsupervised(x, ...)
# S3 method for list
as_tasks_unsupervised(x, clone = FALSE, ...)
# S3 method for Task
as_tasks_unsupervised(x, clone = FALSE, ...)
(any)
Object to convert.
(any)
Additional arguments.
(logical(1)
)
If TRUE
, ensures that the returned object is not the same as the input x
.
(character(1)
)
Id for the new task.
Defaults to the (deparsed and substituted) name of the data argument.
(character(1)
)
Label for the new instance.