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 |
[ |
cpo2 |
[ |
Value
[data.frame
| Task
| CPO
| CPOTrained
].
[Package mlrCPO version 0.3.7-7 Index]