as_task_unsupervised {mlr3} | R Documentation |
Convert to an Unsupervised Task
Description
Convert object to a TaskUnsupervised or a list of TaskUnsupervised.
Usage
as_task_unsupervised(x, ...)
## S3 method for class 'Task'
as_task_unsupervised(x, clone = FALSE, ...)
## S3 method for class 'data.frame'
as_task_unsupervised(
x,
id = deparse1(substitute(x)),
label = NA_character_,
...
)
## S3 method for class 'DataBackend'
as_task_unsupervised(
x,
id = deparse1(substitute(x)),
label = NA_character_,
...
)
as_tasks_unsupervised(x, ...)
## S3 method for class 'list'
as_tasks_unsupervised(x, clone = FALSE, ...)
## S3 method for class 'Task'
as_tasks_unsupervised(x, clone = FALSE, ...)
Arguments
x |
(any) |
... |
(any) |
clone |
( |
id |
( |
label |
( |
[Package mlr3 version 0.20.2 Index]