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