getCPOName: Get the CPO Object's Name

View source: R/properties.R

getCPONameR Documentation

Get the CPO Object's Name

Description

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.

Usage

getCPOName(cpo)

## S3 method for class 'CPOTrained'
getCPOName(cpo)

## S3 method for class 'CPOConstructor'
getCPOName(cpo)

Arguments

cpo

[CPO]
The cpo.

Value

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

See Also

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()


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