Package | Description |
---|---|
com.bayesia.api |
Constructor and Description |
---|
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 . |
APILearning(Database database,
java.io.InputStream stream,
java.lang.String licenseKey)
Create a new
APILearning with the network read from the specified InputStream. |
APILearning(Database database,
java.io.InputStream stream,
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 read from the specified InputStream. |
APILearning(Database database,
java.lang.String licenseKey)
Create a new
APILearning with an empty bayesian network named new.xbl. |
APILearning(Database database,
java.lang.String licenseServerHost,
int licenseServerPort,
java.lang.String userName,
java.lang.String password,
java.lang.String account)
Create a new
APILearning with an empty bayesian network named new.xbl. |
APILearning(Database database,
java.lang.String fileName,
java.lang.String licenseKey)
Create a new
APILearning with the network stored in the specified file. |
APILearning(Database database,
java.lang.String fileName,
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 file. |