Learn R Programming

mlr (version 2.3)

joinClassLevels: Join some class existing levels to new, larger class levels for classification problems.

Description

Join some class existing levels to new, larger class levels for classification problems.

Usage

joinClassLevels(task, new.levels)

Arguments

Value

[Task].

Examples

Run this code
joinClassLevels(iris.task, new.levels = list(foo = c("setosa", "virginica")))

Run the code above in your browser using DataLab