Learn R Programming

mlr (version 2.3)

getTaskFormulaAsString: Get formula of a task.

Description

This is simply ~ ..

Usage

getTaskFormulaAsString(x, target = getTaskTargetNames(x))

getTaskFormula(x, target = getTaskTargetNames(x), env = NULL)

Arguments

Value

[formula | character(1)].

See Also

Other task: getTaskCosts; getTaskData; getTaskDescription; getTaskFeatureNames; getTaskId; getTaskNFeats; getTaskTargetNames; getTaskTargets; getTaskType; subsetTask