|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BayesianNetworkModel | |
|---|---|
| de.jstacs.models | Provides the interface Model and its abstract implementation AbstractModel, which is the super class of all other models. |
| de.jstacs.models.discrete.inhomogeneous | This package contains various inhomogeneous models. |
| Uses of BayesianNetworkModel in de.jstacs.models |
|---|
| Methods in de.jstacs.models that return BayesianNetworkModel | |
|---|---|
static BayesianNetworkModel |
ModelFactory.createBayesianNetworkModel(AlphabetContainer con,
int length,
double ess,
byte order)
This method returns a Bayesian network model (BN) with user-specified order. |
static BayesianNetworkModel |
ModelFactory.createInhomogeneousMarkovModel(AlphabetContainer con,
int length,
double ess,
byte order)
This method returns a inhomogeneous Markov model (IMM) with user-specified order. |
static BayesianNetworkModel |
ModelFactory.createPermutedMarkovModel(AlphabetContainer con,
int length,
double ess,
byte order)
This method returns a permuted Markov model (PMM) with user-specified order. |
| Uses of BayesianNetworkModel in de.jstacs.models.discrete.inhomogeneous |
|---|
| Methods in de.jstacs.models.discrete.inhomogeneous that return BayesianNetworkModel | |
|---|---|
BayesianNetworkModel |
BayesianNetworkModel.clone()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||