print a BN
, BNDataset
or InferenceEngine
to stdout
.
Usage
# S3 method for BN
print(x, ...)
# S3 method for BNDataset
print(x, show.raw.data = FALSE, show.imputed.data = FALSE, ...)
# S3 method for InferenceEngine
print(x, engine = "jt", ...)
Arguments
- x
a
BN
,BNDataset
orInferenceEngine
.- ...
potential other arguments.
- show.raw.data
if
x
is aBNDataset
, print also raw dataset, if available.- show.imputed.data
if
x
is aBNDataset
, print also imputed dataset, if available.- engine
if
x
is anInferenceEngine
, specify the inference engine to be shown. Currently onlyengine = 'jt'
is supported.