Package | Description |
---|---|
com.bayesia.api |
Modifier and Type | Method and Description |
---|---|
BayesianNetworkTransferHandler |
APIModeling.exportNetwork(java.lang.String networkName)
Exports the created network with the specified name into a
BayesianNetworkTransferHandler in order to used it with the APIModeling for example. |
BayesianNetworkTransferHandler |
APIInference.exportNetwork(java.lang.String networkName)
Exports the network and its associated junction tree (if the inference type is
EXACT_INFERENCE ) with the specified name into a BayesianNetworkTransferHandler in order to used it with the APIInference , APIModeling or APILearning for example. |
BayesianNetworkTransferHandler |
APILearning.exportNetwork(java.lang.String networkName)
Exports the created network with the specified name into a
BayesianNetworkTransferHandler in order to used it with the APIInference for example. |
Modifier and Type | Method and Description |
---|---|
static NetworkDescriptor |
APIUtils.getNetworkDescriptor(BayesianNetworkTransferHandler networkHandler)
Return and instance of
NetworkDescriptor representing the Bayesian Network read from the given InputStream . |
Constructor and Description |
---|
APIInference(BayesianNetworkTransferHandler networkHandler,
java.lang.String licenseKey,
int inferenceType)
Creates a new
APIInference with the network stored in the specified BayesianNetworkTransferHandler . |
APIInference(BayesianNetworkTransferHandler networkHandler,
java.lang.String licenseServerHost,
int licenseServerPort,
java.lang.String userName,
java.lang.String password,
java.lang.String account,
int inferenceType)
Creates a new
APIInference with the network stored in the specified BayesianNetworkTransferHandler . |
APILearning(Database database,
BayesianNetworkTransferHandler networkHandler,
java.lang.String licenseKey)
Create a new
APILearning with the network stored in the specified BayesianNetworkTransferHandler . |
APILearning(Database database,
BayesianNetworkTransferHandler networkHandler,
java.lang.String licenseServerHost,
int licenseServerPort,
java.lang.String userName,
java.lang.String password,
java.lang.String account)
Create a new
APILearning with the network stored in the specified BayesianNetworkTransferHandler . |
APIModeling(BayesianNetworkTransferHandler networkHandler,
java.lang.String licenseKey)
Create a new
APIModeling with the network stored in the specified BayesianNetworkTransferHandler . |
APIModeling(BayesianNetworkTransferHandler networkHandler,
java.lang.String licenseServerHost,
int licenseServerPort,
java.lang.String userName,
java.lang.String password,
java.lang.String account)
Create a new
APIModeling with the network stored in the specified BayesianNetworkTransferHandler . |