Skip to contents

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

  • Task type: “clust”

  • Dimensions: 50x4

  • Properties: -

  • Has Missings: FALSE

  • Target: -

  • Features: “Assault”, “Murder”, “Rape”, “UrbanPop”

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