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 CPOTrained
getCPOName(cpo)

# S3 method for CPOConstructor
getCPOName(cpo)

Arguments

cpo

[CPO]
The cpo.

Value

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

See also