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,BNDatasetorInferenceEngine.- ...
potential other arguments.
- show.raw.data
if
xis aBNDataset, print also raw dataset, if available.- show.imputed.data
if
xis aBNDataset, print also imputed dataset, if available.- engine
if
xis anInferenceEngine, specify the inference engine to be shown. Currently onlyengine = 'jt'is supported.