is.retrafo {mlrCPO} | R Documentation |
Check CPORetrafo
Description
Check whether the given object is a CPORetrafo
object.
Usage
is.retrafo(x)
Arguments
x |
[any] |
Value
TRUE
if x
has class CPORetrafo
, FALSE
otherwise.
See Also
Other retrafo related:
CPOTrained
,
NULLCPO
,
%>>%()
,
applyCPO()
,
as.list.CPO
,
clearRI()
,
getCPOClass()
,
getCPOName()
,
getCPOOperatingType()
,
getCPOPredictType()
,
getCPOProperties()
,
getCPOTrainedCPO()
,
getCPOTrainedCapability()
,
getCPOTrainedState()
,
makeCPOTrainedFromState()
,
pipeCPO()
,
print.CPOConstructor()
[Package mlrCPO version 0.3.7-7 Index]