internal%>>% {mlrCPO}R Documentation

Internally Used %>>% Operators

Description

These functions are used internally as replacements of the %>>% operators. This replacement is necessary to enable right-associativity of some operators.

Usage

`internal%>>%`(cpo1, cpo2)

`internal%<<%`(cpo2, cpo1)

`internal%<>>%`(cpo1, cpo2)

`internal%<<<%`(cpo2, cpo1)

`internal%>|%`(cpo1, cpo2)

`internal%|<%`(cpo2, cpo1)

Arguments

cpo1

[data.frame | Task | CPO | CPOTrained]
The source object.

cpo2

[CPO | CPOTrained | Learner]
The sink object.

Value

[data.frame | Task | CPO | CPOTrained].


[Package mlrCPO version 0.3.8 Index]