mlr3 (version 0.1.0-9000)

GeneratorXor: XOR Classification Task Generator

Description

A Generator for the xor task in mlbench::mlbench.xor().

Usage

GeneratorXor

Arguments

Format

R6::R6Class inheriting from Generator.

Examples

Run this code
# NOT RUN {
mlr_generators$get("xor")$generate(10)$data()
# }

Run the code above in your browser using DataLab