print.CPOConstructor {mlrCPO} | R Documentation |
Print CPO Objects
Description
Prints a simple representation of a CPOConstructor
,
CPO
or CPOTrained
. If
verbose
is TRUE
, more information about the given objects
will be given. For CPOConstructor
, that is the trafo and retrafo
functions, for CPO
, the individual constituents of a compound
CPO will be printed.
Verbose printing can also be done using the !
operator. !cpo
is equivalent to
print(cpo, verbose = TRUE)
.
Usage
## S3 method for class 'CPOConstructor'
print(x, verbose = FALSE, ...)
## S3 method for class 'CPO'
print(x, verbose = FALSE, ...)
## S3 method for class 'CPOTrained'
print(x, verbose = FALSE, ...)
## S3 method for class 'CPOConstructor'
!x
## S3 method for class 'CPO'
!x
## S3 method for class 'CPOTrained'
!x
Arguments
x |
[ |
verbose |
[ |
... |
[any] |
Value
[invisible(NULL)
].
See Also
Other CPOConstructor related:
CPOConstructor
,
getCPOClass()
,
getCPOConstructor()
,
getCPOName()
,
identicalCPO()
,
makeCPO()
Other retrafo related:
CPOTrained
,
NULLCPO
,
%>>%()
,
applyCPO()
,
as.list.CPO
,
clearRI()
,
getCPOClass()
,
getCPOName()
,
getCPOOperatingType()
,
getCPOPredictType()
,
getCPOProperties()
,
getCPOTrainedCPO()
,
getCPOTrainedCapability()
,
getCPOTrainedState()
,
is.retrafo()
,
makeCPOTrainedFromState()
,
pipeCPO()
Other inverter related:
CPOTrained
,
NULLCPO
,
%>>%()
,
applyCPO()
,
as.list.CPO
,
clearRI()
,
getCPOClass()
,
getCPOName()
,
getCPOOperatingType()
,
getCPOPredictType()
,
getCPOProperties()
,
getCPOTrainedCPO()
,
getCPOTrainedCapability()
,
getCPOTrainedState()
,
is.inverter()
,
makeCPOTrainedFromState()
,
pipeCPO()