getCPOConstructor {mlrCPO} | R Documentation |
Get the CPOConstructor Used to Create a CPO Object
Description
Get the CPOConstructor
used to create a CPO
or CPOTrained
object.
Only primitive CPO
or CPOTrained
objects have an originating CPOConstructor
.
Usage
getCPOConstructor(cpo)
Arguments
cpo |
[ |
Value
[CPOConstructor
]. The original CPOConstructor
.
See Also
Other getters and setters:
CPO
,
getCPOAffect()
,
getCPOClass()
,
getCPOId()
,
getCPOName()
,
getCPOOperatingType()
,
getCPOPredictType()
,
getCPOProperties()
,
getCPOTrainedCPO()
,
getCPOTrainedCapability()
,
setCPOId()
Other CPO lifecycle related:
CPOConstructor
,
CPOLearner
,
CPOTrained
,
CPO
,
NULLCPO
,
%>>%()
,
attachCPO()
,
composeCPO()
,
getCPOClass()
,
getCPOTrainedCPO()
,
identicalCPO()
,
makeCPO()
Other CPOConstructor related:
CPOConstructor
,
getCPOClass()
,
getCPOName()
,
identicalCPO()
,
makeCPO()
,
print.CPOConstructor()