getCPOName | R Documentation |
Return the name associated with a CPO
operation. This name
is set when creating a CPOConstructor
, e.g. using
makeCPO
, by the “.cpo.name” parameter.
It is also the default id
, as retrieved by getCPOId
,
of a CPO.
getCPOName(cpo)
## S3 method for class 'CPOTrained'
getCPOName(cpo)
## S3 method for class 'CPOConstructor'
getCPOName(cpo)
cpo |
[ |
[character(1)
] the CPO's name.
Other getters and setters:
CPO
,
getCPOAffect()
,
getCPOClass()
,
getCPOConstructor()
,
getCPOId()
,
getCPOOperatingType()
,
getCPOPredictType()
,
getCPOProperties()
,
getCPOTrainedCPO()
,
getCPOTrainedCapability()
,
setCPOId()
Other retrafo related:
CPOTrained
,
NULLCPO
,
%>>%()
,
applyCPO()
,
as.list.CPO
,
clearRI()
,
getCPOClass()
,
getCPOOperatingType()
,
getCPOPredictType()
,
getCPOProperties()
,
getCPOTrainedCPO()
,
getCPOTrainedCapability()
,
getCPOTrainedState()
,
is.retrafo()
,
makeCPOTrainedFromState()
,
pipeCPO()
,
print.CPOConstructor()
Other inverter related:
CPOTrained
,
NULLCPO
,
%>>%()
,
applyCPO()
,
as.list.CPO
,
clearRI()
,
getCPOClass()
,
getCPOOperatingType()
,
getCPOPredictType()
,
getCPOProperties()
,
getCPOTrainedCPO()
,
getCPOTrainedCapability()
,
getCPOTrainedState()
,
is.inverter()
,
makeCPOTrainedFromState()
,
pipeCPO()
,
print.CPOConstructor()
Other CPOConstructor related:
CPOConstructor
,
getCPOClass()
,
getCPOConstructor()
,
identicalCPO()
,
makeCPO()
,
print.CPOConstructor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.