mlr_tasks_usarrests {mlr3cluster}R Documentation

US Arrests Cluster Task

Description

A cluster task for the datasets::USArrests data set. Rownames are stored as variable "states" with column role "name".

Format

R6::R6Class inheriting from TaskClust.

Dictionary

This mlr3::Task can be instantiated via the dictionary mlr3::mlr_tasks or with the associated sugar function mlr3::tsk():

mlr_tasks$get("usarrests")
tsk("usarrests")

Meta Information

References

Berry, Brian J (1979). “Interactive Data Analysis: A Practical Primer.” Journal of the Royal Statistical Society: Series C (Applied Statistics), 28, 181.

See Also

Other Task: TaskClust, mlr_tasks_ruspini


[Package mlr3cluster version 0.1.10 Index]