stdout.print an object to stdout.
print(x, ...)# S4 method for BN
print(x, ...)
# S4 method for BNDataset
print(x, show.raw.data = FALSE,
show.imputed.data = FALSE, ...)
# S4 method for InferenceEngine
print(x, engine = "jt", ...)
an object.
potential other arguments.
when x is a BNDataset, print also raw dataset, if available.
when x is a BNDataset, print also imputed dataset, if available.
when x is an InferenceEngine, specify the inference engine to be shown.
Currently only engine = 'jt' is supported.