Learn R Programming

mlrCPO (version 0.3.7-7)

as.list.CPO: Split a Pipeline into Its Constituents

Description

Split a compound CPO or CPOTrained into a list of its constituent parts.

This is useful for inspection of pipelines, or for possible rearrangements or changes of pipelines. The resulting list can be changed and rebuilt using pipeCPO.

Usage

# S3 method for CPOPrimitive
as.list(x, ...)

# S3 method for CPOTrained as.list(x, ...)

Value

[list of CPO | list of CPOTrained]. The primitive constituents of x.

Arguments

x

[CPO | CPOTrained]
The CPO or CPOTrained chain to split apart.

...

[any]
Ignored.

See Also

Other operators: CPO, %>>%(), applyCPO(), attachCPO(), composeCPO(), pipeCPO()

Other retrafo related: CPOTrained, NULLCPO, %>>%(), applyCPO(), clearRI(), getCPOClass(), getCPOName(), getCPOOperatingType(), getCPOPredictType(), getCPOProperties(), getCPOTrainedCPO(), getCPOTrainedCapability(), getCPOTrainedState(), is.retrafo(), makeCPOTrainedFromState(), pipeCPO(), print.CPOConstructor()

Other inverter related: CPOTrained, NULLCPO, %>>%(), applyCPO(), clearRI(), getCPOClass(), getCPOName(), getCPOOperatingType(), getCPOPredictType(), getCPOProperties(), getCPOTrainedCPO(), getCPOTrainedCapability(), getCPOTrainedState(), is.inverter(), makeCPOTrainedFromState(), pipeCPO(), print.CPOConstructor()