mlr3 (version 0.1.4)

TaskGenerator2DNormals: 2d Normals Classification Task Generator

Description

A TaskGenerator for the 2d normals task in mlbench::mlbench.2dnormals().

Arguments

Format

R6::R6Class inheriting from TaskGenerator.

Construction

TaskGenerator2DNormals$new()
mlr_task_generators$get("2dnormals")
tgen("2dnormals")

See Also

Dictionary of TaskGenerators: mlr_task_generators

as.data.table(mlr_resamplings) for a complete table of all (also dynamically created) TaskGenerator implementations.

Examples

Run this code
# NOT RUN {
tgen("2dnormals")$generate(10)$data()
# }

Run the code above in your browser using DataCamp Workspace