| as.list.CPO | R Documentation |
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.
## S3 method for class 'CPOPrimitive'
as.list(x, ...)
## S3 method for class 'CPOTrained'
as.list(x, ...)
x |
[ |
... |
[ |
[list of CPO | list of CPOTrained]. The primitive constituents of x.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.