| getCPOAffect {mlrCPO} | R Documentation |
Get the Selection Arguments for Affected CPOs
Description
Get the affect.* arguments from when the CPO was constructed. These
are in one-to-one correspondence to the affect.* parameters given to the CPOConstructor,
see the parameter documentation there.
Usage
getCPOAffect(cpo, drop.defaults = TRUE)
Arguments
cpo |
[ |
drop.defaults |
[ |
Value
[list]. A named list of the affect.* arguments given to the CPOConstructor.
The names are stripped of the “affect.”-prefix.
See Also
Other getters and setters:
CPO,
getCPOClass(),
getCPOConstructor(),
getCPOId(),
getCPOName(),
getCPOOperatingType(),
getCPOPredictType(),
getCPOProperties(),
getCPOTrainedCPO(),
getCPOTrainedCapability(),
setCPOId()
[Package mlrCPO version 0.3.7-7 Index]