View source: R/joinClassLevels.R
joinClassLevels | R Documentation |
Join some class existing levels to new, larger class levels for classification problems.
joinClassLevels(task, new.levels)
task |
(Task) |
new.levels |
( |
Task.
joinClassLevels(iris.task, new.levels = list(foo = c("setosa", "virginica")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.