as.character.dbn {dbnR} | R Documentation |
Convert a network structure into a model string
Description
Generic method for converting a "dbn" S3 object into a string.
Calls bnlearn's as.character
underneath.
Usage
## S3 method for class 'dbn'
as.character(x, ...)
Arguments
x |
a "dbn" object |
... |
additional parameters |
Value
string representing the DBN model
[Package dbnR version 0.7.9 Index]