View source: R/as_task_unsupervised.R
as_task_unsupervised | R Documentation |
Convert object to a TaskUnsupervised or a list of TaskUnsupervised.
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, ...)
x |
(any) |
... |
(any) |
clone |
( |
id |
( |
label |
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.