Get the CPO used to create a CPOTrained object. The retrieved CPO will usually have all its hyperparameters and affect.* settings set to the values used to create the particular CPOTrained object. The only case where this is not true is if cpo is a CPOTrained that was created using makeCPOTrainedFromState.

getCPOTrainedCPO(cpo)

Arguments

cpo

[CPOTrained]
The Retrafo or Inverter to get the original CPO from.

Value

[CPO]. The original CPO.

See also