getCPOId: Get the ID of a CPO Object

View source: R/properties.R

getCPOIdR Documentation

Get the ID of a CPO Object

Description

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.

Usage

getCPOId(cpo)

Arguments

cpo

[CPO]
The cpo.

Value

[character(1)] the CPO's id.

See Also

Other getters and setters: CPO, getCPOAffect(), getCPOClass(), getCPOConstructor(), getCPOName(), getCPOOperatingType(), getCPOPredictType(), getCPOProperties(), getCPOTrainedCPO(), getCPOTrainedCapability(), setCPOId()

Other CPO ID related: setCPOId()


mlr-org/mlrCPO documentation built on Nov. 18, 2022, 11:25 p.m.