getCPOId | R Documentation |
Gets the id of a CPO
. The id can be set
during construction by a CPOConstructor
using the id
parameter, or with setCPOId
.
The exported hyperparameters of a CPO all have the id as prefix. This makes it possible to compose CPOs that have clashing parameter names.
getCPOId(cpo)
cpo |
[ |
[character(1)
] the CPO's id.
Other getters and setters:
CPO
,
getCPOAffect()
,
getCPOClass()
,
getCPOConstructor()
,
getCPOName()
,
getCPOOperatingType()
,
getCPOPredictType()
,
getCPOProperties()
,
getCPOTrainedCPO()
,
getCPOTrainedCapability()
,
setCPOId()
Other CPO ID related:
setCPOId()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.