Package | Description |
---|---|
com.bayesia.api |
Modifier and Type | Method and Description |
---|---|
NetworkDescriptor |
Database.getNetworkDescriptor()
Return a
NetworkDescriptor corresponding to this database. |
static NetworkDescriptor |
APIUtils.getNetworkDescriptor(BayesianNetworkTransferHandler networkHandler)
Return and instance of
NetworkDescriptor representing the Bayesian Network read from the given InputStream . |
static NetworkDescriptor |
APIUtils.getNetworkDescriptor(java.io.InputStream stream)
Return and instance of
NetworkDescriptor representing the Bayesian Network read from the given InputStream . |
static NetworkDescriptor |
APIUtils.getNetworkDescriptor(java.lang.String fileName)
Return and instance of
NetworkDescriptor representing the Bayesian Network stored in the given file. |