View source: R/as_task_clust.R
as_task_clust | R Documentation |
Convert object to a TaskClust. This is a S3 generic, specialized for at least the following objects:
TaskClust: ensure the identity.
data.frame()
and mlr3::DataBackend: provides an alternative to calling constructor of TaskClust.
as_task_clust(x, ...)
## S3 method for class 'TaskClust'
as_task_clust(x, clone = FALSE, ...)
## S3 method for class 'data.frame'
as_task_clust(x, id = deparse1(substitute(x)), ...)
## S3 method for class 'DataBackend'
as_task_clust(x, id = deparse1(substitute(x)), ...)
## S3 method for class 'formula'
as_task_clust(x, data, id = deparse1(substitute(data)), ...)
x |
(any) |
... |
(any) |
clone |
( |
id |
( |
data |
( |
TaskClust.
as_task_clust(datasets::USArrests)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.