| Package | Description |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.trainable |
Provides all
TrainableStatisticalModels, which can
be learned from a single DataSet. |
| de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.shared |
| Modifier and Type | Method and Description |
|---|---|
static MixtureTrainSM |
TrainableStatisticalModelFactory.createMixtureModel(double[] hyper,
TrainableStatisticalModel[] model)
This method allows to create a
MixtureTrainSM that allows to model a DataSet as a mixture of individual components. |
| Modifier and Type | Class and Description |
|---|---|
class |
SharedStructureMixture
This class handles a mixture of models with the same structure that is
learned via EM.
|