See: Description
| Class | Description |
|---|---|
| AbstractMixtureTrainSM |
This is the abstract class for all kinds of mixture models.
|
| MixtureTrainSM |
The class for a mixture model of any
TrainableStatisticalModels. |
| StrandTrainSM |
This model handles sequences that can either lie on the forward strand or on
the reverse complementary strand.
|
| Enum | Description |
|---|---|
| AbstractMixtureTrainSM.Algorithm |
This
enum defines the different types of algorithms that can
be used in an AbstractMixtureTrainSM. |
| AbstractMixtureTrainSM.Parameterization |
This
enum defines the different types of parameterization
for a probability that can be used in an AbstractMixtureTrainSM. |
AbstractMixtureTrainSM.
This class currently enables to train the model using EM or Gibbs Sampling. All mixtures
of TrainableStatisticalModels should be extensions of AbstractMixtureTrainSM.
SamplingComponent