|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use BayesianNetworkTrainSM | |
---|---|
de.jstacs.sequenceScores.statisticalModels.trainable | Provides all TrainableStatisticalModel s, which can
be learned from a single DataSet . |
de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous | This package contains various inhomogeneous models. |
Uses of BayesianNetworkTrainSM in de.jstacs.sequenceScores.statisticalModels.trainable |
---|
Methods in de.jstacs.sequenceScores.statisticalModels.trainable that return BayesianNetworkTrainSM | |
---|---|
static BayesianNetworkTrainSM |
TrainableStatisticalModelFactory.createBayesianNetworkModel(AlphabetContainer con,
int length,
double ess,
byte order)
This method returns a Bayesian network model (BN) with user-specified order. |
static BayesianNetworkTrainSM |
TrainableStatisticalModelFactory.createPermutedMarkovModel(AlphabetContainer con,
int length,
double ess,
byte order)
This method returns a permuted Markov model (PMM) with user-specified order. |
Uses of BayesianNetworkTrainSM in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous |
---|
Methods in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous that return BayesianNetworkTrainSM | |
---|---|
BayesianNetworkTrainSM |
BayesianNetworkTrainSM.clone()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |